Is it possible to query the project details under project settings for all projects? Also, can you add fields to this page to capture additional Project details?
Have you tried to use the REST API to query information, or use webhooks to push event changes about projects, issues, etc.? Both produce JSON that you can parse.
Here is the REST API info: https://developer.atlassian.com/cloud/jira/platform/rest/v3/
And here is the webhook info: https://developer.atlassian.com/cloud/jira/platform/webhooks/
Best regards,
Bill
Hi Sara,
No, you cannot add any fields.
And you really can't use JQL to do a report either. Maybe Category and Project Lead but that's about it.
You might could extract some more info via the API though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you create fields in the backend to capture at the project level and then report on them via the API? I am trying to integrate with another system and need to add a unique identifier and some other data elements at the project level to sync the two systems
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.