Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to Assign a Programmatically Created Custom Field to Specific Issue Types and Screens in Jira?

meir August 27, 2023

Hello Jira Community!

I've successfully created a custom field programmatically using the Atlassian Forge platform. Here's the script I've used:

import JiraApi from 'jira-client';
...
client.createCustomField(bodyData);

Now, I want to assign this custom field to specific issue types and screens. More specifically, I'd like to ensure that this custom field is available on a designated screen and that its values can be updated within a Jira issue.

Could anyone guide me on how to:

  1. Programmatically assign the custom field to a specific screen.
  2. Associate the field with specific issue types.

Any assistance would be greatly appreciated!

Thank you!


 

1 answer

0 votes
Mohanraj Thangamuthu
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 27, 2023

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
TAGS
AUG Leaders

Atlassian Community Events