We have created a global field for all issue type and associated different default values for different projects and we intentionally did not added this field to any screen, so it can not be edited by any user but we can still differentiate entities/workitems based on value of this field.
Now since the field is not associated with any screen so it is not returned from API when we use blow queries
- /rest/api/2/issue/createmeta
- /rest/api/2/issue/editmeta
we observed there is another query which returns all fields and also includes the global hidden field and that is
- /rest/api/2/field
now here the problem is the response of above /field query does not include information like which field belongs to which project/screen/schema etc., so please let us know if there is a way to get such information from /field URL by passing some request parameter/flag in request.
also please let us know if there is some other way to get project level hidden fields using some other rest request.
The answer is in the question really.
Correct. It will not include information about the screen the field is on because it's not on any.
Hi, did you find an answer to this?
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.