What is the rest api to get all the fields associated with a project

Ravi January 3, 2017

This question is in reference to Atlassian Documentation: Project screens, schemes and fields

Ask your question here...

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 3, 2017

Have a look at https://docs.atlassian.com/jira/REST/server/ which lists all the REST calls you can make.

From memory, there isn't one for "fields associated with project", because it's not a simple question.  Do you mean by field context?  What if the field configuration hides it?  What if there are several contexts with different options?  What if it's valid, but not on screen, or on a screen but hidden?  Finally, fields:project is not how it works, it's fields:issuetype-in-project

Suggest an answer

Log in or Sign up to answer