It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
my jira version is 4.4.1
i want to change the display of 'view issue screen'.
1. for example,make the field "Description" 's text in 'red' color on 'view issue screen'.
so i put the following javascript code to the field "Description"'s Field Description
<script type="text/javascript"> document.getElementById("issue-description").style.color="red"; </script>
the field "Description"'s text is still in its black color on 'view issue screen'
2.while "Description" show red color when i do the similar action to this field on 'edit issue screen' or 'create issue screen'
<script type="text/javascript"> document.getElementById("description").style.color="red"; </script>
3. so can i say javascript in 'Field Description' only have effect to 'edit issue screen' or 'create issue screen'?
or is there another way to make it?
hi, Renjith
i tried your code,it has no effect for 'view issue screen',but useful for 'edit issue screen' or 'create issue screen'
and [Try this in the announment banner.] where is the [announment banner]? i just paste the code to field description
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreHey Atlassian Community! Today we are launching a bunch of customer stories about the amazing work teams, like Dropbox and Twilio, are doing with Jira. You can check out the stories here. The thi...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.