Forums

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

Custom Field description location

Jack Konyan
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 22, 2022

Hello I added a custom field to a project with a description, however I want it so that the description appears above the entry field is this possible on Jira Data Center?

2 answers

1 accepted

1 vote
Answer accepted
Radek Dostál
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 Leaders.
September 23, 2022

Not without your own css/javascript, Jira only has a single location for field descriptions.

 

However, if in 'General configuration' you have 'Enable HTML in field descriptions and list item values' turned on, then you would be able to open up the create/edit form and tinker around with the DOM a bit until you find a way to reposition the field description where you want it.

I've done some similar things to this before so I know you'd be able to do it, but I don't have any code for this specifically and you would need to keep it maintained in the future because Atlassian sometimes do update the interface, even if it does not seem apparent.

I wouldn't go down this road though, it really is a slippery slope.

0 votes
Florian Bonniec
Community Champion
September 22, 2022

Hi @Jack Konyan 

 

Yes, you can set a description in the Field Configuration associate with the issue type and project you are working on.

In the FIeld Configuration associate with your issue type and project find the field you want to add the description on, then edit and you will be able to set a description.

 

If you have no field configuration associate with it, it should take the default one configured in the Customfield configuration part but as you are explaining you set one and it do not appear so I guess there is a Field Configuration that is use. 

 

It can be not clear for lot of people but it's related to this request: https://jira.atlassian.com/browse/JRASERVER-40782

 

Updating the description of the field from the  Field Configuration description will works but not the description of the field itself in the custom field page.

 

Regards

Suggest an answer

Log in or Sign up to answer