Is it possible to transition an issue when the linked issue is closed?
Thanks
Yes, with the automation of Jira Service Desk.
Sorry can you explain this? Is it something really easy?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sure! Let me explain how I do it. You don't need additional add-ons.
Hope it works!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can this not be done just on the transition? Like a post function or script?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In fact, this automation allows you to transition the linked issue and, automatically transition the main issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I only need to transition the parent issue when the linked issue is manually closed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, that's exactly how it works this automation in Jira Service Desk. :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
WHEN: A linked issue is tranistioned
IF: issuetype = "linkedissuetype" AND status = Closed
THEN: transition issue: "parent issue transition"
This is not working for me :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I need the parent issue to transition but there is no option in WHEN for that
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So, given the following scenario:
Parent issue type: Bug
Linked issue type: Task
We need to close the bug automatically (the trasnition called "Close") when I close, manually, the task.
The automation should be:
When: A linked issue is transitioned
If: issuetype = Task
Then: Transition issue (Close)
Remember selecting in the "Run as the user who triggered the rule" option.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For additional information, here you have the Atlassian documentation explaining how to configure it.
https://confluence.atlassian.com/servicedeskcloud/automating-your-service-desk-732528900.html
Hope it works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think i have a problem because the parent and linked issues are in two different projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It shouldn't be a problem. I use it to close the Jira Service Desk issue when the JIRA Software linked issue is closed manually.
Verify if your have right permissions. In addition, you can also look what has failed in your automation rule log.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Im doing the automation in the parent issues project but it fails on THEN. I have select the correct transition name on the parent case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Found the problem....... its because i have got the transition hidden on the workflow. Is there no way around this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe selecting in the options of the rule the admin triggers the rule instead of the current user. It deppens on who can execute that hidden transition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorted! I changed the condition on the transition to 'Hide transition from the user (the transition can be triggered only programmatically or from a workflow function).'
All works perfectly! Thanks Francesc! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As you can see, you can automate it out-of-the-box with JSD. I always use this option tu automate some manual tasks. It helps a lot users and it's a quick win. :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What if I have two linked issues? How to check that all of them are closed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
put them in a list and iterate over them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How to do it in jql?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have two projects with differents workflows .
Now i would like to transition the parent issue to the next status , when the the linked issue in the other project was closed.
i need a help please.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I only have script runner plugin. I am trying to use the trigger option is there a way i can add some scripting there to have a post function run so that when Parent ticket is moved to In Progress the linked bug ticket also is moved
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it as well possible to auto close the parent if MORE than 1 linked issues are closed?
Thank you in advance.
Kind regards,
Zehra
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This can be done with various plugins in marketplace. Check out Automation for jira
or scriptrunner (already tagged :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes i have script runner and automation for jira installed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.