Issue's status is not updated after it is transitioned
Symptoms
When transitioning a Jira issue from one status to another (e.g from "In Progress" to "Done"), its status remains the same with no errors in the User Interface.
Diagnosis
The affected workflow transitions do not have a "Set issue status to the linked status of the destination workflow step" post function. This can be validated with the following steps:
- On Jira, go to
Administration (⚙ icon) > Issues > Workflows
- Find the affected workflow, then click on "Edit"
- Choose the "Diagram" view, then click on each workflow transition that's affected by this behavior
- Click on "Post Functions" to display all existing post functions from each transition
- Confirm that "Set issue status to the linked status of the destination workflow step" does not appear in the list of post functions:
Cause
The missing "Set issue status to the linked status of the destination workflow step" post function is responsible for updating the status information after an issue is transitioned. It is required for all workflow transitions.
Resolution
Add the missing post function in all affected transitions with the following steps:
- On Jira, go to
Administration (⚙ icon) > Issues > Workflows
- Find the affected workflow, then click on "Edit"
- Choose the "Diagram" view, then click on each workflow transition that's affected by this behavior
- Click on "Post Functions" to display all existing post functions from each transition
- Click on "Add post function", then please choose the "Update Issue Status" option and click on "Add"
- Click on "Publish" to apply the workflow changes