Hey folks!
The situation is as follows:
There are around 12 teams/projects working with its single board and we need to request assistance from another team (staff team for some deployments).
I'd like to have the following situation:
Team A is working on a story and creates beneath it the subtask "deploy to x env.", the subtask is moved from status to do to in progress, but when is in progress I want the subtask moves to the board of Team Staffing in their TO DO list ... and when they move it the subtask into their status of Complete , the ticket shows up again in the board of Team A perhaps in the Complete or Done status.
How could i do that?
Thanks in advance!
You would have to update your board query to have something like this. I would it's going to look something like this
Project = xxx and (issuetype != Subtask or (issuetype =subtask and status in (open, closed)))
The other board should be
Project = xxx and issuetype = Subtask
So when a new Subtask is created team A will see it in the Todo until sometime transitions it to another status, and as it gets closed, it will appear again on the board.
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.