You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I want to create a Automation Rule in JSM which when "Change Request is Approved" then it will go to In Development
note: here approval process is included in the workflow
Parent CR: Change Request Approved
Subtask1: Ready for Approval to In Development
Subtask2: Ready for Approval to In Development
Subtask3: Ready for Approval to In Development
is it possible in Change request and Subtask
If i Click on Approve then all the respective subtasks are Auto approved and status is moved to In Development.
I have approved the change Request then it is moved to In Development
Here i want to change the subtask status = "In Development" auto approved.
Thanks.
Hi @Sreenadh
Is this related to your other question?
In the other question, the rule copies the Status from the Sub-tasks to the Parent - but the logic in this question appears to be the opposite...
...is this correct?
Ste
As per the above question
I want to create a Automation Rule in JSM which when "Change Request is Approved" then it will go to In Development
then all the subtask statuses are move to In Development
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sreenadh
Awesome! Because the parent is transitioned to "In Development" when it is Approved, it doesn't need to be transitioned in the rule - it is the trigger for the rule to execute.
The rule will look something like this:
---
Note: In this example rule, I've set the Destination Status to be a specific Status - but you could also use the value Copy from Trigger Issue or Copy from Parent if you prefer a more dynamic option.
Let us know if this works for you!
Ste
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.
Actually here approval process is included.
Please find the attached screenshot.
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.
Hi @Sreenadh
For the second set of Screenshots, this error usually happens when the Rule's Actor does not have Permission to either see the Issues, or transition them.
The Actor can be found in Rule Details, is this set to a specific user? Or Automation for Jira?
---
How to check the Project's Permissions will depend on the Project Type - is this a Company-managed or Team-managed Project?
Ste
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.