Workflows and Automation Flashcards
Status
Position of issue in a workflow
Transitions
Move one status to another
Transitions parts:
Name
Description
Screen ( when user clicks on transition)
Properties to customize transitions.
Transition properties
Jira.issue.editable
Comment.denied
Resolution.exclude
When you edit a workflow you need to check:
Board columns
Board filter
Filters
JQL
Automation rules
Resolution
Remember to clear it if an issue is being reopened.
Can only done through post function.
What happens if an issue is reopened while not clearing the resolution?
The issue will result as resolved on various reports.
Misconfiguration case:
user cannot add/update a field on/during transition
Field may not be associated to transition
Misconfiguration case: user is not notified when a transition occurs
Wrong event being fired or user is not listed as recipient of the event in the notification scheme.
Misconfiguration case:
If a saved filter or gadget is returning data errors
Perhaps Workflow status was removed/renamed or resolution is not being set
Misconfiguration: board column shows no issues
Status was perhaps removed from workflow but column wasn’t
Misconfiguration : status is not reflected on board
May be unmapped on the board
Case : new issue type added to project
can it reuse a workflow or not ?
Status Property:
allow users to restrict the issue on a particular status. For example:
- Make Jira uneditable on ‘Done’ status
- Only allow a certain user to log work on a particular status.
- Only allow a certain user to delete attachments on a particular status.
- Only allow a certain user to modify the reporter on a particular status.
- Only allow a certain user to transition the status on a particular status.
- Only allow a certain user to add a comment on a particular status.
Transition Property
Transition properties can only enable/disable resolution.
If there is a restriction on status workflow (not the resolution), then status properties have most probably been applied.