Forums

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

How to bold the system\custom field name

Dan27
Contributor
November 5, 2018

Hi,

I would like to bold custom fields\system fields on create +edit screens of specific issues.

For example, priority system field. I would like to bold the name 'Priority'.

How can I do it?

 

Thanks,

Daniel

2 answers

1 accepted

1 vote
Answer accepted
Orkun Gedik
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.
November 5, 2018

Hi @Dan27,

@Yogesh Mude is right. Also, you can place a javascript code to make the labes bold into the AnnouncementBanner.  

Dan27
Contributor
November 5, 2018

ok @Orkun Gedik AnnouncementBanner looks like a good option.

Can you help me with the script? How to write it?

Andy Heinzer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 5, 2018
Dan27
Contributor
November 6, 2018

Thank you @Orkun Gedik @Andy Heinzer ,

Is it possible to add condition (issue type = story) to this script?

Bold the field only of Story type issue.

 

Thanks,

Daniel

Orkun Gedik
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.
November 7, 2018

Hello @Dan27

Yes it is possible. You just need the check "Issue Type" custom field value in your javascript code as follows 

...
if(document.getElementById("issuetype-field").value == "Story"){
...
Dan27
Contributor
November 7, 2018

@Orkun Gedik , If I don't have the field 'issue type' in Edit screen, How can I get the value of the issue type ?

0 votes
Yogesh Mude
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.
November 5, 2018

HI @Dan27

This will not be done easily, you need to do the changes in Jira source code.

Dan27
Contributor
November 5, 2018

Ok, How can I change the source code..?

Thulasiraman Nagarajan October 5, 2023

@Dan27 Did you find the source code to edit it?? 😂

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events