JIRA On Demand - query Project settings (workflow, permission, notification, etc)

Jacqy George February 27, 2014

Is there a way to query or run a report that would show me the Workflow, Permission and Notification Scheme (Etc) for all Projects or a subset of Projects? Thank you! We are very Project heavy and I need to validate setups for hundreds of projects.

1 answer

1 accepted

0 votes
Answer accepted
EddieW
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.
February 28, 2014

Have a look at the REST API docs. I think most of what your looking for is there.

Project details (workflow, roles, etc) - https://docs.atlassian.com/jira/REST/6.1.7/#d2e91

But I am not sure about notifications, permission schemes. You may need to interact with the UI for that using a tool like curl to potentiall automate the retreival of content.

Suggest an answer

Log in or Sign up to answer