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
I need help setting up an integration between Jira Service Manager and Jira Software. I would like to know how I can automate status updates in Jira Service Manager according to the workflow when I link a Ticket in Jira Service Manager with a card in Jira Software and move this card from one column to another. Is there any way to set up this automation to keep ticket status in sync automatically?
You can do it with automation, use transition issue trigger then use a branch for each issue link to the trigger issue update the status
I tried to do it this way, but it doesn't change the Status. Do you have any tutorials you can give me?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you show us the rule you've created please ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Santri Web Programas -- Welcome to the Atlassian Community!
Adding to Mohamed's answer...
When you post images of your rule, please also post an image of the audit log details showing the rule execution. Those will provide context to help the community offer suggestions. Thanks!
Kind regards,
Bill
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.
Thank you for that information.
That error describes for your global rule's transition issue action, the destination status is not available for that issue type.
Please check that you have selected a valid status for that issue type and workflow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I redid the whole process and still got the same error! What could be happening? Can you help me with a step by step please?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The way your rule is written (based on an app translation of your rule):
I suspect that is not what you wanted. Can you please confirm?
Instead you seem to want to transition a different issue. To do that, you will need to branch to that other issue before the transition action. If they are linked you could branch on that. Otherwise you could use a branch on JQL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From "TO DO" to "UNDER DEVELOPMENT" is the action I will do within Jira Software.
After doing this action, I need to change the Status of my linked ticket within Jira Service.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for confirming that. Then your rule is missing a branch to that linked issue in JSM, before the transition action.
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.
I have already described the steps a couple of times in my posts. The rule change would be (in italics):
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.
To automate status updates between Jira Service Manager and Jira Software, you can use Jira Automation Rules. Create a rule triggered by card movement in Jira Software. Actions should include updating the linked Service Manager ticket's status based on your workflow. This ensures seamless status synchronization between the two systems. Learn more
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.