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.
We would like to trigger the completion of an issue in Jira Software to automatically complete the related issue in Jira Service Management.
The Jira issues are registered so that they are automatically created when an issue is created in Jira Service Management.
Also, the issue.key in JiJira Service Management is stored in the environment field.
I can't figure out the steps to search for a Jira Service Management issue based on the information in the environment field of a Jira issue and access the corresponding issue. I would appreciate it if someone could tell me more about this.
Hello @keisuke1_shimizu
You can use the For Branch / Related Issue / JQL option to retrieve the related JSM issue. Your JQL would look something like this.
issue = {{triggerIssue.environment}}
Within the branch you can then take actions against the issues retrieved by the branching action.
However, in order to set up an automation rule triggered by an action in Project A, and then take an action on an issue in Project B, you are going to have to have a Global Automation Rule that has both projects listed in the Rule Details Scope. Global Automation rules can be created only by a Jira Administrator.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.