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
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
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.