Work with issue workflows | Atlassian Support (2024)

A Jira workflow is a set ofstatusesandtransitionsthat an issue moves through during itslifecycle, and typically represents a process within your organization.Workflows can be associated with particular projects and, optionally, specificissue types by using aworkflow scheme.

Jira hasbuilt-in workflows that you can use without needing to make any changes, or you can start fresh and create your own. You can't edit the built-in workflows, but you can copy them and use the copy as a basis to create your own.

Another option is to import workflows from the Atlassian Marketplace.

You need to log in as a user with theAdminister Jiraglobal permissionto access and manage workflows.

Here's an example of a default workflow:

Work with issue workflows | Atlassian Support (1)

Statuses and transitions

Two concepts define a workflow:

  1. Statuses:the steps in your team’s working process that describe the state of a task.

  2. Transitions:usually, how a piece of work can move between statuses.In order for an issue to move betweentwo statuses, a transition must exist. A transition is aone-waylink, so if an issue needs to move back and forth betweentwo statuses, two transitions need to be created. The available workflow transitions for an issue are listed on theView issue screen.Transitions can also be "looped," meaning the status remains the same. These transitions are used to opentransition screensso users can perform actions without setting a new status or forworkflow triggers.

Active and inactive workflows

There are slight differences between editing aninactiveand anactiveworkflow. We place restrictions on the modifications you canmake to an activeworkflow, due to the impact the changes will have on projects and/or issue types that use this workflow.

Workflow status

Description

Inactive workflow

Aninactive workflowis a workflow that is not currentlybeing used by any projects. Because there are no issues currently transitioning through an inactive workflow, you can edit the workflow'sstepsandtransitions directly. For details on activating a workflow, see steps below. For more detailed information, seeWorking in text mode.

Active workflow

Anactive workflowis a workflow that is currentlybeing used by one or more projects. When you edit an active workflow, Jira first creates a draft of it. When you've finished, you can publish your draft and, optionally, save your original workflow as an inactive backup.

The following limitations apply when editing the draft for an active workflow:

  • It's not possible to edit the workflow name (only the description) if a workflow is active.

  • You can't delete statuses in active workflows. see Cannot Add Transitions or Delete Steps in Draft Workflows.

  • If a status has no outgoing transitions (Global transitions are not considered), it can't have any new outgoing transitions added (regular or global).

  • You can't change the step ID. SeeCannot Add Transitions or Delete Steps in Draft Workflows.

To make any of the modifications listed above, you need to copy the workflow, modify the copy, and thenactivateit.

Activating a workflow

All workflows are inactive until you associate them with a workflow scheme, which can then be associated with a project. To activate a workflow:

  1. Select > Issues.

  2. ClickWorkflow schemes.

  3. Either clickAdd workflow schemeor edit an active workflow scheme.

  4. Add your workflow to the scheme. (SeeConfiguring workflow schemesfor more detailed information.)

To finish activating your workflow, associate the workflow scheme it's in with a project (if an issue type is not defined in the project's issue type scheme, that specific workflow is not used):

  1. In the sidebar, clickIssue type schemes.

  2. ClickAssociateto begin the migration process.

Each issue needs to have a valid status, so you may need to assign statuses to a select number of issues after you switch workflow schemes.

A Jira project must always be associated with a workflow scheme, since all issues must move through a workflow. To disassociate a custom workflow scheme from a project, simply associate that project to the default workflow scheme instead.

Adding a transition to a workflow

To add a transition, open your workflow in text mode:

  1. Select Settings (), then Issues.

  2. SelectWorkflows, then for the workflow you want to update select More () then Edit.

  3. Select theTexttab, then Add transition.

  4. Fill in the details then select Add.

In the Transition View field, select either:

  • No view for transition — choose this if you do not need to prompt the user for input before the transition is executed (i.e. the transition will occur instantly when the user clicks the transition).

  • Or, the name of ascreen(from the dropdown menu) that will be shown to users, asking for input before the transition is executed. You can choose one of Jira's default screens or any other screen you have created. If no existing screen is suitable, you may wish to create a new screen for the transition.

You can edit a transition to a workflow by following the first two steps above, then:

  1. Select theTexttab, then in the Transitions (id) column, select the name of the transition you want to update.

  2. Select Edit.

  3. Edit the details of the transition, then select Update.

You can view workflow statuses and transitions in company-managed projects. Click the status dropdown when viewing an issue and chooseView workflow.

Adding a status to a workflow

  1. Select > Issues.

  2. ClickStatuses>Add status.

Add an issue action

Transitioning an issue can mean moving it to another status, or performing a "looped" transition where the transition allows you to perform an action but keep the issue in its current status. We refer to these looped transitions as issue actions. Sometimes you may just want to perform an action to an issue without moving its status through the workflow.

To add an issue action:

  1. Select > Issues.

  2. ClickWorkflows>Edityour selected workflow.

  3. ClickAdd Transition.

  4. Select aFrom status. If you chooseAnystatus, your issue action will be able to be performed from anywhere in the workflow. Otherwise, it can only be from the status you choose.

  5. ForTo status, selectItself.

  6. Choose a name and fill in the rest of the details, then selectAddwhen you're done.

Add post functions to the transition to trigger a particular event when the issue action is used.

Issue actions show up on the new issue viewnext to the status like this:

Work with issue workflows | Atlassian Support (2)

Workflow designer

The workflow designer is a graphical tool that allows you to see the layout of your workflow and to create and edit a workflow's steps and transitions.You will need to log in as a user with theAdminister Jiraglobal permissionto access the functionality described below.

With the workflow designer, you can:

  • Manage status and transitions: add, click and drag, or select to edit properties (Workflow properties) torename, or delete (from the workflow but not Jira).

  • Add a global transition that allows every otherstatusin the workflow to transition to the selected status. SelectAllow all statuses to transition to this onein the properties panel for the transition.

  • Change the screen that a transition uses. SeeWorking in text modefor details.

  • Configure advanced transition options, such as triggers, conditions,validators, and post functions. See theAdvanced workflow configurationpage.

  • Statuses areglobal objects. Changing the name of a status on one workflow also changes it inall workflows that use that status.

  • Hover over a transition or a status to see the relevant transition labels.

  • Zoomthe diagram with your mouse wheel. Pan the diagram by clicking and holding the mouse whileonwhite space, then moving your mouse across the diagram.

  • You cannot clone transitions in the workflow designer.

  • You cannot create annotations in the workflow designer.

  • You cannot directly set theissue.editableproperty. To do this, simply add theissue.editableproperty to thestatus properties.

  • The workflow designer will automatically validate your workflow and highlight any statuses that have no incoming or outgoing transitions. The workflow validator will also highlight all transitions that have an invalid permission condition that you don't have available in Jira. The validator is particularly useful if you import workflows, or deal with complex workflows.

Creating workflows

Check outAdding and deleting an issue workflowfor more information on the ways to import and create workflows.

Configuring workflows

Check outEditing an issue workflowfor more information about editing workflow triggers, transitions, validators, and post functions.

Setting the resolution field

In Jira, an issue is eitheropenorclosed, based on the value of its resolutionfield (not its status).

  • An issue isopenif itsresolutionfield isn't set.

  • An issue isclosedif itsresolutionfield has a value (fixed or can't reproduce, for example).

This is true regardless of the issue's current status (openor in progress, for example).If you need your workflow to force an issue to be open or closed, you will need to set the issue'sresolutionfield during a transition. There are two ways to do this:

  • Set theresolutionfield automatically via apost function.

  • Prompt the user to choose aresolutionvia ascreen. SeeWorking in text modefor details on this.

Renaming workflow transition buttons

If you copied the system workflow and you wish to rename the workflow transition buttons on theView Issuepage, you must delete the following properties from all transitions in the copied workflow:

  • jira.i18n.title

  • jira.i18n.description

Otherwise, the default names (i.e.valuesof these properties) will persist. Read more abouttransition properties.

Working in text mode

Text mode is an advanced way of working with workflows, and it shows the difference between steps and statuses. In text mode, you work directly with steps. For details, seeWorking in text mode.

Advanced workflow configuration

See the documentation onAdvanced workflow configuration.

Work with issue workflows | Atlassian Support (2024)
Top Articles
12 Instant Pot Pasta Recipes for Easy Dinners - XO, Katie Rosario
Easy Bacon Halloumi Bites Recipe | Kitchen Mason
Nambe Flatware Discontinued
Argyle Skyward
Noaa Marine Point Forecast
Kino finden | cinetixx Filme
Aldi Nearme
Post Game Contents and 100 Percent Guide | Zelda: Skyward Sword HD (Switch)|Game8
Borderlands 2 Mechromancer Leveling Build
Hodgkins Il Ups Delay 2022
Craigslist Parsippany Nj Rooms For Rent
Do You Need Planning Permission to Change a Staircase?
781-866-8521
Mugshot Zone Rappahannock Regional Jail
Specialkfree Cooler.com
Prettyaline
Zits Comic Arcamax
Shaws Myaci
The Self Directed Learning and Assessment Route | CIMA
Jobs Hiring 18 Year Olds Near Me
CMFGUS33, SWIFT-Code für COMMUNITY FEDERAL SAVINGS BANK, NEW YORK
10 Bedroom Airbnb Kissimmee Fl
Costco Gas Price Today Tustin
What Year Did Cim Open Their Ipo
Cayucos Craigslist
Misou Nail Spa
Eli Lilly Clarifies It’s Not Offering Free Insulin After Tweet From Fake Verified Account—As Chaos Unfolds On Twitter
Pinpoint Recruitment Fort Worth Tx
Retiree Aon Com Att Login
Where Is The Wps Button On My Verizon Wireless Router
Uncovering The Mystery Behind Crazyjamjam Fanfix Leaked
Atlas Gradebook Uiuc
Newadvent Org
Restored Republic December 1 2022
Craigslist Meadville Farm And Garden
Www Craigslist Denver Com
Halfabob [110 Berserker] - Maj'Dul - EQ2U
Cargurus Ram Trx
Kourend & Kebos Diary | OSRS Toolkit
Topeka Pets Craigslist
Taylor Cole: What Only True Fans Know About The Hallmark Star - The List
A Place Next To Heaven: Fatin Ida Besik Ba Lalehan, come nuovo usato, spedizione gratuita... • EUR 12,37
Core Relief Texas
Full Cast Of Red
Craigs List Jonesboro Ar
Infinite Weight Ark
Fantasy Football Trade Advice: Players to Buy & Sell (Week 3)
Nsfw Interactive Cyoa
Menteri LHK terbitkan aturan yang larang pejuang lingkungan dipidana, akankah menghentikan kriminalisasi? - BBC News Indonesia
Vinoteca East Rutherford Menu
Craigslist Org St George
In Control Lyrics Nba Youngboy
Latest Posts
Article information

Author: Tish Haag

Last Updated:

Views: 6324

Rating: 4.7 / 5 (67 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Tish Haag

Birthday: 1999-11-18

Address: 30256 Tara Expressway, Kutchburgh, VT 92892-0078

Phone: +4215847628708

Job: Internal Consulting Engineer

Hobby: Roller skating, Roller skating, Kayaking, Flying, Graffiti, Ghost hunting, scrapbook

Introduction: My name is Tish Haag, I am a excited, delightful, curious, beautiful, agreeable, enchanting, fancy person who loves writing and wants to share my knowledge and understanding with you.