How to scope custom fields to an issue type jira cloud programmatically?

DonPerera January 26, 2020

Im currently developing connect addon using spring boot and require to scope custom fields to an issue type. How can this be done?.

1 answer

0 votes
Veera
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 26, 2020

Hi @DonPerera 

Customer fields scope is defined in the field configuration. Unfortunately, it's not possible at the moment to change the field configuration programatically using REST APIs.

There was a feature request raised in the past to Allow configuration of custom field options via REST API, but it was closed  due to other large number of JIRA feature suggestions.

DonPerera January 26, 2020

@Veera 

Is there a way this can be done using the connect JSON ? 

Like Veera likes this
Veera
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 27, 2020

@DonPerera 

Not that I am aware of. JSON web tokens are for authentication your apps. Once authenticated, you will have to use the available REST API endpoints to perform various tasks. 

So, in this case, the endpoint to edit field configuration is not available at the moment. 

DonPerera January 27, 2020

Thanks for the info @Veera .

Hopefully we'll get the required endpoints soon.

Like Veera likes this

Suggest an answer

Log in or Sign up to answer