Versions Compared

Key

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


Warning

The availability of the users personal data may be impacted by the recent changes by Atlassian in order to meet GDPR compliance. See the following for more information:

This routine is available for Jira server and cloud deployment options.
Info
titleAvailability
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

getIssueEntityPropertyValue(issueKey, entityName, propertyKey)

Package

Cloud Syntax

getIssueEntityPropertyValue(issueKey, propertyKey)

...

Alias

Pkg Usage

Description

Excerpt
hiddentrue
Returns the entity property value as a String.

Returns the entity property value as a String.

Parameters

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

issueKey

String

Yes

Key of the selected issue.

entityName

String

Yes

Entity name

propertyKey

String

Yes

Property key

Cloud Parameters

...

Parameter

...

Type

...

Required

...

Description

...

Return type

Return Type

String

The returned value represents the entity the entity property of the issue.

Example

Code Block
languagejs
return getIssueProperty("JSD-2", "IssueProperty", "request.channel.type");

Cloud Example

Code Block
return getIssueProperty("JSD-2", "request.channel.type");

...

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "issue_routine" and space = currentSpace ( )
labelsjiraarray_project_routineroutines