I am trying to close issues in a project if the linked issue statuses are set to "Completed". I was trying to do this by using script listener (Script runner) but could not leverage "all dependent issues need to be resolved". What would the condition look like? |
I have done this using jelly runner by first creating linked tickets filter and running the jelly script for that filter.
you can use post-function Linked issues from JSU plugin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will need to write your own scripted transition.
Start with the code in https://jamieechlin.atlassian.net/wiki/display/GRV/Conditions#Conditions-Alldependentissuesneedtoberesolvedand remove the check for the type to auto close all linked issues.
Then instead of returning true/false, act on the list as seen here, https://jamieechlin.atlassian.net/wiki/display/GRV/Post+Functions+With+Comments#PostFunctionsWithComments-Autocloseallsub-tasks
But I would suggest just adding multiple conditions/post-functions to target a list of link types (by default there is only ~4?)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Eddie, working with jelly scripts was an easier approach and did the trick.
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.