Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Code Block
titleField code
linenumberstrue
%{issue.status}

Image AddedRead


Page properties
id1


Returned valueName of the current status in Jira's default language
Output data type

Status
subtletrue
titletext

Example outputOpen



UI Text Box
typeinfo

The status name will be returned in Jira's default language. If a translated value should be returned in general this setting can be updated in the configuration of the xApps library.



Image AddedWrite


Page properties
id2


Valid text input

Name of a status (info)

Valid numerical input


Example input

Resolved



UI Text Box
typeinfo

You can use this virtual field to trigger a transition, provided conditions and validators pass, and a transition is available to the specified status.

This field can only be used in the Update issue fields post function.


UI Text Box
sizemedium
typenote

Writing into this field is a legacy function. 

Please use one of the following methods to update workflow statuses:

Page properties
hiddentrue
Status
Tech review

Status
titletodo

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
StatuscolourRedtitleflagged



Page properties
hiddentrue
id01


Field code server (context "issue")

%{issue.status}

Type
Status
subtletrue
colourGreen
titleRead / Write
Available since
Code Block
titleField code
linenumberstrue
%{issue.status}

Image RemovedRead

Page properties
id1

00016

Field code server (context "parent")

%{parent.status}

00042

Field name cloudIssue status
Field code cloud (context = "issue" "parent" or "seed")%{context.status}
Map(tick)
Notes




Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue
id0


Field code%{issue.status}
Type

Status
subtletrue
colourGreen
titleRead / Write

Available since
Label

Status
colourRed
titlestaff pick

Returned valueName of current status of the issue in Jira's default language.Output data type

Status
subtletrue
titletext

Example outputOpen

Image RemovedWrite

Page properties
id2
Additional information for writing valuesWill make the issue progress through the workflow to the written status, provided, there is a transition in the workflow from current status to the written status. It requires that all conditions and validations in the transition are satisfied.

Allowed input 

Status
subtletrue
titletext

Name of a status (e.g., Open, In Progress, Resolved,...etc).

Allowed input 

Status
subtletrue
titlenumber

Example input

Resolved : will search for a transition from current issue's status to.

Resolved status. If conditions are satisfied, it will try to execute the transition. Then if validators are satisfied in that transition are satisfied, it will be executed, resulting in moving issue t.

Resolved status. Every post-function in the executed transition is also executed.

UI Text Box

Check the following use cases to learn more about the Issue status writable field:

  • Automatically close resolved sub-tasks when parent issue is closed
  • Automatically Cancel subtasks when Parent issue is cancelled
  • Automatically reopen Parent issue when one of its Subtasks is reopened