Configuring Workflows Flashcards
A board relies primarily on which WF ?
Simplified WF
What is the link between a board and a WF ?
the statuses assigned to WF steps and Board columns
Who can create board columns ? WF statuses ?
Jira Admins and Project Admins can add statuses and columns
Board Admin can only add column (i.e. map them to existing statuses)
why should all statuses be mapped to a board column ?
Issues in a status not mapped to a column are not visible on the board
what are the 3 statuses of the default simplified WF?
ToDo
In Progress
Done
Can you map several statuses to a single board column?
Yes you can
What is a WF scheme ?
A mapping defining which WF issue types will use in a project
Advanced WF settings : what elements can you add to a transition ? (3 items)
Condition (must be met before transition is available)
Validator (check input is valid during transition)
Post function (automates actions after transition)
Advanced WF settings : example use of a trigger ?
Automatically transition issue when event occurs in BitBucket or in Crucible
Advanced WF settings : What is a transition screen ?
A specific screen that is displayed to collect info during a transition
Are there default transition screens provided OOB ?
Yes, software and business projects both provide a Resolve Issue screen
cite 3 caveats for WF export / import
Only Server version can import manually exported WFs.
Only SITE admins can export WFs
If Apps are used in the cloud version to enhance the WF capabilities, these might not work on Server version.
Cloud version can import WFs from the Atlassian marketplace. Only Jira and Site admins can import marketplace WFs
main caveat of using a trigger for a transition
Conditions, Validators and Perms will be ignored if the transition is made by the trigger
On a standard transition, what are the 5 built-in essential post functions ?
Set Issue Status Add comment to issue (if entered by user) Update change history Re-index Fire generic event
Can you add custom post functions ?
Yes