I'm looking to try and sequence the order of tasks so that a group of tasks aren't released all at the same time. For example, 1. order new part 2. inspect new part upon arrival 3. Install the new part.
What I'm wanting is when we release this process that the number 1 task would go out and once it was signed off as complete it would send the number 2 task out and so on. Currently all tasks are send out in a group and it leads to some confusion.
Thank You
You could accomplish this with an app. There are a couple of them on the Marketplace. We use ScriptRunner to do similar, depending on where an issue is in the workflow, a new task will be created and linked to the parent one. Automation for Jira and Power script for Jira are two other apps can do this too.
Mikael
We use ScriptRunner currently. Do you know the code or process to make this happen.
Thanks
Tim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am using the built-in script Clone an issue and links, but I am only copying the Summary field over, all other fields are emptied out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
can you please elaborate on how to do this with automation?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Timothy Brainard,
Like Mikael mentioned, there are a couple different options for add-ons.
If you're open to trying it, Power Scripts can easily help you create new issues sequentially the way you need with just a few lines of code.
Here are some related articles to get you started:
1. Creating a new issue on transition
Hope this helps!
Johnson
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.