I have tasks written up in the JIRA work management Project Template and I want to pass a task to our development SPRINT board. Is there an easy way to do this with out rewriting the whole task? I basically want to share or duplicate my task to the sprint. Can anybody help me with this? Thanx!
Hi @Douglas Carter - You could do this a couple different ways:
OPTION 1 (Manual)
Move or make a clone and move to the software project
OPTION 2 (Automation)
You could create automation that will copy and link the issue:
Thanx for the help! Once its cloned into the Sprint project, It goes to open issues. How do I move it into the sprint backlog so these tasks can be made into a real active sprint?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This will be a little more tricky.
If you're trying to automate that, there will be some complexity involved.
You need to be able to grab the active sprint in a smart value - This is all fine and good if there's a single issue in the active sprint and that issue was not carried forward from another sprint - {{issue.sprint}}
Given this is the real world and you won't find it in that state, you'll need to do something far more advanced. Here's a post where someone was trying to do the same thing and where they used the lookup issues action and then some regex to capture what they needed to create a variable. That variable could be used in your clone issue function to set the sprint value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This does not need to be automated. The Sprint owner that has a list of issues in their sprint but not in their backlog . How do you move them within the Current sprint from their open issues into the sprint backlog or into the current sprint? There must be an easier way
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It would be a two step process to move to the active sprint. You'd perform the move to get it into the other project and then that will make it appear at the bottom of the backlog. From there, someone would need to drag the issue into the sprint.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Tried that, Move works great to get it into the new Board, but it doesn't appear at the bottom of the backlog. It only appears in the issues and you have to click all open issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You may want to review the board filter to make sure it is inclusive.
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.