Configuring Workflows Flashcards

1
Q

A board relies primarily on which WF ?

A

Simplified WF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the link between a board and a WF ?

A

the statuses assigned to WF steps and Board columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Who can create board columns ? WF statuses ?

A

Jira Admins and Project Admins can add statuses and columns

Board Admin can only add column (i.e. map them to existing statuses)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

why should all statuses be mapped to a board column ?

A

Issues in a status not mapped to a column are not visible on the board

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what are the 3 statuses of the default simplified WF?

A

ToDo
In Progress
Done

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Can you map several statuses to a single board column?

A

Yes you can

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a WF scheme ?

A

A mapping defining which WF issue types will use in a project

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Advanced WF settings : what elements can you add to a transition ? (3 items)

A

Condition (must be met before transition is available)
Validator (check input is valid during transition)
Post function (automates actions after transition)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Advanced WF settings : example use of a trigger ?

A

Automatically transition issue when event occurs in BitBucket or in Crucible

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Advanced WF settings : What is a transition screen ?

A

A specific screen that is displayed to collect info during a transition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Are there default transition screens provided OOB ?

A

Yes, software and business projects both provide a Resolve Issue screen

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

cite 3 caveats for WF export / import

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

main caveat of using a trigger for a transition

A

Conditions, Validators and Perms will be ignored if the transition is made by the trigger

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

On a standard transition, what are the 5 built-in essential post functions ?

A
Set Issue Status
Add comment to issue (if entered by user)
Update change history
Re-index
Fire generic event
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Can you add custom post functions ?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

caveat about event generation in post functions

A

The events are fired following the functions declaration order. However, Notifications based on events will only trigger once all the post functions have been executed (i.e. the transition is complete)

17
Q

On a Create or Create Issue transition, what are the 2 built-in essential post functions ?

A

Create Issue

Fire generic event

18
Q

How many events can you fire in a single transition

A

Only one. You can change it, though.

19
Q

Can you add several post functions to a transition to fire several events ?

A

No. Any subsequent post function will not propose the ‘fire event’ action. In order to fire a new event, replace the generic event fired by the initial post function