Versions Compared

Key

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


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
Short description

Returns the name of the resolution with a given ID.

Output StatussubtletruetitletextAvailable since

Status
subtletrue
colourBlue
title2.5.0

UI Text Box
sizemedium
typeinfo

This function returns the name of the resolution with a given ID.


Code Block
languagebash
titleSyntax
linenumberstrue
resolution(id) #Output: Text


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
resolution(10000)


This example returns a text with the corresponding name of the resolution with the ID 10000 

e.g. Won't Fix



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
id

Status
subtletrue
titlenumber

A valid ID of a resolution.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext
.

If there is no resolution with the given ID, the function returns 

Status
subtletrue
titlenull
.


UI Text Box
typetip

Use this function to ensure expressions will continue to work after renaming resolutions:

Will continue to work after resolution name update (tick)Will fail after resolution name update (error)


Code Block
languagebash
linenumberstrue
%{issue.resolution} = resolution(10000)



Code Block
languagebash
linenumberstrue
%{issue.resolution} = "Won't Fix"



Include Page
DECADIS:Identify IDs with Admin Toolbox for Jira
DECADIS:Identify IDs with Admin Toolbox for Jira


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


Short description

Returns the name of the resolution with a given ID.

Output

Status
subtletrue
titletext

Available since

Status
subtletrue
colourBlue
title2.5.0

Label