Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

AutoPage Placeholder variable list

SJ
Contributor
March 4, 2022

Does anyone have a list of variables or know how to access custom fields in Jira and pass them to autopage as labels?

$#{Key} - $#{Summary} work fine

I have two custom fields that I want to pass as labels.  Anyone know how?

1 answer

0 votes
Armin Meyer _Seibert - Coderay_
Atlassian Partner
July 17, 2024

Regarding the date of your question I would say, I am quite late. Sorry for that.

But nevertheless, you can find the documentation here

 

Armin Meyer _Seibert - Coderay_
Atlassian Partner
July 17, 2024

 

For convinience the relevant part: 

 

Custom Fields


The format for custom field placeholders is $#{CF_CustomFieldNameand you can reference the custom fields using their custom field names.

 

Alternatively, you can use the custom field ID in a placeholder 
$#{customfield_CustomFieldId}.

 

Example: $#{CF_Location} or $#{customfield_10100}

 

Supported custom field types:

Field type
Checkboxes
Date Time Picker
Date Picker
Group Picker (single group)
Labels
Number Field
Radio Buttons
Select List (multiple choices)
Select List (single choice)
Text Field (multi-line)
Text Field (single line)
User Picker (single user)
Version Picker (single version) 
Query Issues Custom Fields (third party app)
The Project Picker custom field type is not supported.
Text fields containing wiki-markup will be formatted appropriately.

Suggest an answer

Log in or Sign up to answer