Hi All,
I am trying to reject issue through api but i getting error message
Error Getting:
{"resolution":"The selected resolution cannot be chosen during this action."}
Code used:
updatedict3={"resolution":
{
"id": "10200"
},
"customfield_12135": "For Testing" #resolution comment
}
self.jira.transition_issue(jiraid, transition="101",fields=updatedict3)
Any one please help me for this
It is working
{
# "id": "10200",
"name":"Cannot Reproduce"
}
after i changed it from ID to Name
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.