Acccess the ApprovalStatus in a custom Structure Column

Michael P_ Caputo May 6, 2024

I would like to have 3 columns in JIRA to represent the approval status from the approval workflow.   I have  PO Review,  TAO Review and TQ review.  I can use the following in a structure to filter on a certain type but I want a column for each status:   ( issue in(ApprovalStatus("Product Owner", "Pending", "ABCD")))

How can I access the ApprovalStatus in a structure Column.  ApprovalCategory is customfield_11900

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Stepan Kholodov _Tempo_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 6, 2024

Hello @Michael P_ Caputo 

If the ApprovalCategory is just a custom field and you need to check issues in your structure for specific values in the field, you can just add the ApprovalCategory column in your structure. If the column is not on the list, then it might not be supported if the field comes from a third-party app. 

You can also reference the field by the Formula column. For example: 
if approvalcategory = "product owner" or
approvalcategory = "pending" or
approvalcategory = "abcd": approvalcategory

I hope this helps. If you need further assistance or have other questions about Structure, please reach out to us directly at our support portal.

Best regards,
Stepan
Tempo (the Structure app vendor)

 

TAGS
AUG Leaders

Atlassian Community Events