Accessing Project Properies App properties via JIra Expression

Margaret Boisvert
Contributor
September 30, 2024

I would like to be able to access the Project Properties that are created by the Project Properties app in Jira Cloud so that I can use that value as part of a condition statement.  Is this possible??

2 answers

2 accepted

1 vote
Answer accepted
Walter Buggenhout
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 30, 2024

Hi @Margaret Boisvert,

Since this is a request about a specific marketplace app, it is best to reach out to the vendor of the app directly. You should be able to find contact details on the app's marketplace listing page.

Hope this helps!

Margaret Boisvert
Contributor
October 1, 2024

I found it!  Took quite a bit of digging but I found it here...
https://xxx.atlassian.net/rest/api/3/project/projectkey/properties/ilaesolution-project-properties/propertyname

 

Thanks for making me look again at the properties.  That is what ultimately lead me to the answer

Like Evgenii likes this
0 votes
Answer accepted
Evgenii
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 30, 2024

Hi, @Margaret Boisvert 


You can try to check standard REST API endpoint - 
https://your_project.atlassian.net/rest/api/3/project/{projectIdOrKey}/properties
Maybe app, that you mentioned, saves it's variables there.

You can read about it here:
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-properties/#api-rest-api-3-project-projectidorkey-properties-get

If yes - then you can use this properties in Jira Automation, for example. They are addressed like: {{project.properties."myPropertyName"}}

Margaret Boisvert
Contributor
October 1, 2024

Unfortunately, it doesn't look like they are stored there.  I have taken Walter's advice and contacted the vendor

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events