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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.