Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

We need Jira version "JIRA v7.0.0" REST API with Java or Sample examples?.

B November 23, 2015

Hi all,

         I need JIRA latest version v7.0.0 rest API URLs(JAVA API), I have few URLs  like Projects , priority and issues search query etc, for Example

 http://localhost:8080/rest/api/2/project.

            Above URL we can get the list of project in JSON format , ok same like I want to get the List of Custom fields, but I don't No  what is the exact URL for custom fields. anyone help me out on this. or provide same example or any  API links.

   I have Question again. Is it there any Rest URL to get the List of custom fields in JSON/XML format? or Is it there any JAVA API.  anyone provide me Link.

 

Thanks.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

3 votes
Phill Fox
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 23, 2015

Hi

I assume you have looked at the documentation and tutorials on the https://developer.atlassian.com/ site in particular https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis where an example is shown of how to retrieve the information for specific projects including the issuetypes and customfields associated with each issuetype?

You can also find more information on the available API calls at https://developer.atlassian.com/static/connect/docs/latest/scopes/scopes.html 

To answer your specific question about custom fields you need to use the url http://localhost:8080/rest/api/2/field

 

I hope this helps.

Phill

B November 26, 2015

Thank you so much, Above links helped a lot.

TAGS
AUG Leaders

Atlassian Community Events