I need to add a custom field to an issue type screen scheme via the API. I'm currently using the v2 API. I'm aware that I can add a field to the default screen, but given a non-default screen, is it possible to add a custom field to it via the API?
Docs:
Hi @Kyle Wright
but given a non-default screen, is it possible to add a custom field to it via the API?
You need to use the Add screen tab field API here:
POST /rest/api/2/screens/{screenId}/tabs/{tabId}/fields
With this endpoint you can choose the screen and the tab you need to add field in... ;)
I hope this helps.
Cheers,
Dam.
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.