The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Custom Field Values

Terri Yeago
Contributor
November 14, 2016

How do I display a custom field in the issue detail view screen that currently has no value? I can add the field to the create/edit issue screen, but I can't add it to the issue itself when I am viewing it in the detail view. I am using a multi-line text field as the custom field.

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 14, 2016

Code - JIRA is written to hide the fields until they have data, so you'd need to replace or override that.

Terri Yeago
Contributor
November 14, 2016

How do I do that? I want the custom field to show up in the detail view of the issue allowing users to edit it.

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 14, 2016

If it's a select list type field, then you can add an effective "empty" value, make it the default and make it mandatory.

For other fields, you will need to get the code for JIRA and change the stuff that hides it and recompile.

0 votes
Deleted user
November 14, 2016

Terri, Based on your comment that you want to allow the users to edit, you can assign a default value to the custom field through workflow using post function of your create/open transition. Users should be able to see and edit it when they click on the issue. Depending on the type of the custom field, you may need any additional add on(s) to supply a default value through post function of the initial transition.