Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for issue resolution #30

Open
kalafut opened this issue Apr 5, 2022 · 1 comment
Open

Add support for issue resolution #30

kalafut opened this issue Apr 5, 2022 · 1 comment

Comments

@kalafut
Copy link

kalafut commented Apr 5, 2022

Hi,

Our Jira setup requires a Resolution ("Done", "Won't Fix", etc.) when closing an issue, but there doesn't seem to be a way to set that via this GH Action.

@adam-gipril
Copy link

I'm also very interested in this feature. A solution to #23 would also solve this issue.

This POST body achieved a transition to the "Closed" status with a resolution of "Won't Do" for my organization:

{
    "transition": {
        "id": "555"
    },
    "fields": {
        "resolution": {
            "name": "Won't Do"
        }
    }
}

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants