Forums

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

Get all screens of a JIRA project c#

Rafael Moreira July 19, 2018

Get all screens of a JIRA project c# - Stack Overflow

I'm making a C# program. The function of my program is to create JIRA issue with data from a xlsx field.

I want to get all fields & customs fields that can be set in a project, and all required fields that are compulsory to create an issue in the project.

And I need to know if a field is in a create screen or in the edit screen

Ex: the user want to create 10 issues with my application, he put the project Key, and i show all fields & customs fields that can be set in his project.

My question is : How I can get all screens of a project in c# , I used Atlassain.sdk

Sorry if there is a lot of English error, thanks in advance for all your answers

1 answer

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
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.
July 19, 2018

You don't need to think down to the  basic steps (work out screen, project, etc) for this.  The REST API your C# will need to call provides a quick way to get a list of all the stuff available for create.

See https://docs.atlassian.com/software/jira/docs/api/REST/7.11.0/#api/2/issue-getCreateIssueMeta

Rafael Moreira July 19, 2018

It works thank you and have nice day 😇

Suggest an answer

Log in or Sign up to answer