Hi all,
I am making a research on the following:
Stories can't be moved to 'Done' or 'Cancelled' if there is an open Pull Request.
I recently found this and try to build an automation with some JQL but without success. The most strange thing is that if I put this as a Rule condition:
project = XX AND issuetype = Story AND status in ("Cancelled", "Done") and NOT development[pullrequests].open > 0, the story appears on JQL search but the rule is giving me the following:
We recommend using the 'Issue fields condition' for more consistent results."
Using Issue fields condition as its advised is not an option as the Development field is not in the list.
Can somebody share some thoughts, please?
Thanks all in advance!
EDIT: The JQL is working and the rule was a successful but it's not returning the issue to the previous status before it was moved to Done.
Hi Magdalena,
"EDIT: The JQL is working and the rule was a successful but it's not returning the issue to the previous status before it was moved to Done. "
You should check if there is a backward transition between the statuses. e.g from Done to whatever it was before.
Cheers,
Melo
Hi @Melo ,
Yes, I checked and still didn't get a solution. Do you have any advise here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.