Forums

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

How to access entity properties?

Geraint Brown
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 9, 2018

I'm really interested in exploring how I could use this to store and retrieve project-specific information.  For instance, I'd like to set maximum capital purchase value, to determine whether a 'purchase' needs authorisation or not, within workflows. 

Any pointers would be most welcome.

 

Many thanks,

 

Gez

1 answer

1 vote
Yves Martin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 6, 2018

Project entity properties are documented at https://developer.atlassian.com/server/jira/platform/entity-properties/

with its REST API you can find with "Atlassian REST Browser" plugin at: /rest/api/2/project/{projectIdOrKey}/properties

For add-on development, even if its storage is JSON text in table "entity_property", it seems to be designed for both JavaScript support and plugin usage thanks to ProjectPropertyService: https://docs.atlassian.com/software/jira/docs/api/7.11.0/com/atlassian/jira/bc/project/property/ProjectPropertyService.html

A specific add-on has been designed to ease management: https://bitbucket.org/robertmassaioli/ep-tool

Related question mentioning another dedicated add-on "Project Properties": https://community.atlassian.com/t5/Jira-questions/Where-to-store-project-specific-configuration-element/qaq-p/858814

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events