I have two project.
A issue is belong to A project.
B issue is belong to B project.
I want to make the rule like the following.
Before changing Done workflow from A proj, checking the link which is connect B issue status.
If B issue is Done. A issue can be changed as Done.
But
If B issue is "in review", A issue can be not changed as Done.
How can I setup it? I already checked "Add Condition To Transition", but I fail to find it.
Yes, this can be done. I'd suggest considering the JMWE (Jira Misc Workflow Extensions) as it has tools specifically for this.
https://marketplace.atlassian.com/apps/292/jira-misc-workflow-extensions-jmwe?hosting=cloud&tab=overview
This could also be done through JIRA automation, but it's a bit more work to set up and maintain.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.