jirajira-agile

User Status Dependency in JIRA


I am not sure below scenario can be implemented in Jira or not.

In current workflow we have 16 status.

Say Status 1, Status 2, Status 3.... Status 16

Now Status 1 to Status 4 Will be with Team A's X Person.

Once Task/Issue Move to Status 5 then It will be with Team B's Person Y.

and So on..

We have n number of Team which is dependent on Each other

Above System is developed outside the JIRA and now we are planning to migrate to JIRA.

So Now In JIRA I am not sure about Below Points.

  1. How to plan Working Hours in in JIRA for above Scenario?

  2. If Person X is on Leave for the day , Will All Task(s)/Issue(s) Automatically Shifted to next Working day? OR We need to manage it manually?

  3. How to manage Multiple team's Estimation for single task?

  4. Is that possible to add user ownership Relevant to status ? say Status 1 to 4 Will Be managed By X Team?


Solution

  • Answering your questions:

    How to plan Working Hours in in JIRA for above Scenario?

    One method could be to have subtasks. Create one bigger enclosing task that have a subtask that refers to status from 1 to 4, then another subtask with status from 5 to 10 and so on. Each subtask type will have its own workflow if necessary and also could be planned independiently.

    If Person X is on Leave for the day , Will All Task(s)/Issue(s) Automatically Shifted to next Working day? OR We need to manage it manually?

    Not sure if I understand this one. Vanilla Jira won't do anything if a person is out for a day. Working hours in Jira doesn't count if a person is in it or not just the hours the person says that they are working in it (by filling a work log).

    How to manage Multiple team's Estimation for single task?

    If several persons estimates a single task then someone should be the one to decide what estimation is the most accurate one. You could use some other tool like Confluence to make a collaborative estimation of tasks and once a decission is made create the task in Jira (You can create task in Jira directly from Confluence)

    Is that possible to add user ownership Relevant to status ? say Status 1 to 4 Will Be managed By X Team?

    You can have postfunctions (Jira's defaults and third party ones via Atlassian Marketplace) that can make things (like making someone the task assignee) depending on the transition.

    Hope this helps.