Hi, similar to sub-tasks / stories functionality, we would like to be able to have Epics closed when all items within it have been closed, is there a way to do that?
You could use the Update issues post function on the Close issue transition to transition the related epic to closed based on the condition that the JQL that queries all non-closed subtasks of the epic returns 0. You will need to use Substitution variables to get the epic name and to condition on the JQL returning 0 issues.
We already use your add on here but i am struggling to get to grips with using Substitution variables to perform the question being asked in this thread. The documentation is quite difficult to follow as (for obvious reasons) it is not directly related to this request.
Could you please share some specifics on how one would accomplish this using the update issue post function?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you want original_Epic Link. It should be the issue key for the epic linked to the issue being created. So if that is not blank and the JQL query to find all issues associated with that epic.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not using the Agile Board functionality. You will need to develop your own workflow post function that automatically closes the Epic when all the stories related to it are closed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the response, is there any directions or documentation/samples you can facilitate so I can know how to perform this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can see an example of writing a post function here: http://www.j-tricks.com/tutorials/workflow-post-function. You will need to use the above logic inside the post function.
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.