I want to display the Epics in the same way as we do the stories on our Kanban board in Jira Next-Gen. I know how to setup the view in classic, but I was not sure if the option is available in Next-Gen. Next-Gen meets all of our other needs, but this is a pivotal view that seems to be missing and I am hoping it is user error. Thank you in advance for answer and support on this!
No, REST respects the settings in the UI.
The purpose of the REST API is to allow you to do things inside the application - it would be a nightmare to say to users "hey, here's a UI, but if you use REST, you can bypass all the configuration and settings and do what the heck you like". You might as well throw away all your control and tracking, along with the web interface. You really do need REST to respect the UI.
You could play some javascript tricks - hide the field with a bit of javascript embedded on the page - the field will still be shown to the user's browser, but the javascript will remove it. REST will get the whole page like the browser, but ignore the javascript.
Six years later and Atlassian Support is still linking to this dismissive oversimplification. We don't want to hide information or "bypass configuration", we want to prevent users from overwriting a field that may have been changed programmatically while they were using a Screen.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Exactly, Calvin!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am trying to get a list of approvers, which is an hidden field. Reason one is to be able to audit who the approvers are and two if an approver leaves I can easily find what request types they are an approver on and remove them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm seeing that the REST API does not respect the settings in the UI in regards to email addresses being visible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.