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
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)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.