I want to add custom field in to the jira project using api, so how can find the screens associated to that project using jira rest api
The short answer is you can't, not with REST API.
Now with Java API, you could, that is if you have a plugin allowing you to run groovy scripts on your instance?
In any case I do not think this would be even remotely a common use case, and probably does not get automated a lot, if at all - project configuration should (at least in my opinion) be mostly constant. I'm not sure why you are trying to automate it, but there probably could be a better way so that your configs do not end up changing several times a day.
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.