Hello
presently am using one work flow like this created -> in progress -> done
now i want to change this workflow
Example issue name is ABC
the work flow is D-> E-> F
But in E state i have to use 3 different workflows .
How to create multiple workflows in E?
My present workflow is
Craeted -> In progress - > Done
Now i want to change my work flow
Created - > In progress -> Done
But here In progress step i want to create 3 workflows .these 3 work flows run in parallel.
1st workflow is
Created - > Implementation -> Testing -> Done
2nd workflow is
Created - > In progress -> Done
3rd workflow is
Created - > In progress -> Done
These 3 subtasks are run parallel in In progress step.
Is it possible ?
It is very well possible that Thomas' answer is what you need. However, it might be easier to assist if you could just specify exactly what you need, rather than using D / E / F to represent what you call 'the worklows'.
A workflow consists of statuses (created / in progress / done in your example) and transitions (the path from one status to another, represented by an arrow in the workflow diagram).
If F, G and H in the example from Thomas are statuses, than you should be fine by adding them to your workflow and - indeed - adding 3 transitions from status E.
You can use conditions and/or validators on the transitions to help decide under what circumstances they may be available.
This is basically the same question you asked yesterday, which has similar answers.
See https://community.atlassian.com/t5/JIRA-questions/Multiple-sub-tasks-in-paralell/qaq-p/578162
But i am not understanding how to create work flow for subtask ? am new to JIRA . i am learning now . can you please explain clearly.
and how to create subtask ?
Thank you
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Get started with Jira Software
New to Jira Software? These short, self-paced courses will teach you what you need to know to get up and running quickly.
The Beginner's Guide to Agile in Jira
Learn what agile, kanban, and scrum are and how agile works in Jira Software.
Realizing the Power of Jira Reporting and Dashboards
Use out-of-the box reporting and dashboard capabilities to view and assess progress and bottlenecks within projects.