I have been challenged by a project that needs stations set up for the processing of tickets. Each stations will have specific statuses and some stations can move back and forth. Can anyone supply steps or information on this set up please?
There is no way to do this as a workflow - Jira's workflows are flat, not layered, there's nothing that could do your "stations".
But you can build something that will enable reporting and even boards for different stations.
First, build a workflow from all of your status. The "stations" won't matter until you start thinking about how you want to move between them. I suspect that you might want to set it up so that:
Second, to get the "station" reporting and boards, create a "Station" custom field. I would suggest a select list, with the three station names as options. Do NOT put it on any create, edit, or transition screens, only view if you want people to see it in with the other fields.
Third write an Automation that works out as "when status changes change the station field to the appropriate one for the new status" (you can reduce execution numbers and logs by limiting it to only the transitions that change the station).
This gives you search and reporting on your stations, and, as a bonus, means you can create boards based on "station = xyz". I mention this because you need to be a little careful with board columns, especially if you're using Scrum boards.
In Scrum boards: the "build" board, you can just map all the build status and leave the other two stations out if you want. But the "requirements gathering" board should map all the build status into its done column, and the "initial design" needs to have all the other station's status in its done column.
In Kanban boards: you will need to do the same mapping, but also edit the "sub-filters" for them so that they don't work off "version" (unless you're educate design/require to never "release" from their boards).
Hi @Trena Norcia can you define what you meen by 'stations'? Are you talking about gates of phases of a project?
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 stations as I lack a better word. We need basically have points where a ticket will stop in for status changes. Tickets should be able to move between stations. Kinda like a train, stops at stops and several things can happen and it moves on, but can go back to the stop.
Please tell me if this is possible an how to make it happen. This is an urgent need for us
I want to run the "stations" and statuses that we should have within each "station" in JIRA. Does this make sense to you?
We have 3 main stations: Initial Design, Requirements, Build
Here are the different statuses within each I will need
Initial Design
Requirements Gathering
Build
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.