In Project ABC, there is a manual automation where people can run it and it'll create a story in Project XYZ which blocks the story in Project ABC. People can run it multiple times so there might be 3 stories in Project XYZ that block the 1 story in Project ABC.
I'd like an automation where, once all the stories in Project XYZ that are blocking the story in ABC are 'done', then it changes a field (Testing Status) to "UAT Complete" in the original ABC story.
Below is what I tried but when testing in jira sandbox, doesn't seem to be working
Hi @TJay.Gerber
Done as in in that Status (based on your screenshot)?
I'd set the rule up like this...
---
This rule...
---
Let us know if this works for you!
Ste
This was a really nice solution. Never knew these options within branch and related issues "some match JQL" option.. :p Bookmarked!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome! Hopefully its useful in the future :)
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, @Ste Wright looks like another great solution and thank you! Below is a screenshot of what I set up in our sandbox but it didn't seem to work. Audit log just shows "No actions performed"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @TJay.Gerber
If you expand the "No Action Performed" message, where does it state the rule was stopped? Likely it'll be one of the conditions.
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @TJay.Gerber
To clarify, once all 3 stories in Project XYZ are Done, you want to update the story in Project ABC?
If so, your rule should exist in Project XYZ but scope should also have Project ABC.
Please implement and share screenshots of rule and audit log.
Explanation:
Assumption / Limitation:
A story in XYZ will be blocking only 1 story at a time, if more than 1 story could be blocked, we need to modify the logic. So clarify what a real world scenario will be for this use case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
BTW, you have to set up the scenario by creating an issue in Project ABC, and 3 issues in Project XYZ which are blocking it and triggering the rule by marking the 3 stories as done.
Of course, the first 2 stories being marked done will trigger the rule but wont go past the second if condition, which is expected, but the third story once marked done should trigger the rule and also update the parent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks so much @Kalyan Sattaluri looks like a wonderful flow! Below are 2 screenshots as it didn't seem to work for me, but the audit log did flag an error, so it'd make sense. Seems I have a parenthesis incorrect somewhere
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Gikku you helped me on my previous question and this is a similar one, if you're interested in taking a look I'd appreciate it!!
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.