The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We are running on JSW 8.22 datacenter license.
All screens using field "Fix version/s" put out this text framed in screen.
No error seems to appear , we can add version or leave it blank.
But does anyone have any knowledge about what it is and how to get rid of it?
<script type="text/javascript">
jQuery(document).ready(
function () {
if (document.location.pathname == "/secure/CreateIssue.jspa")
{ jQuery('#fixVersionsFieldArea').css("visibility", "collapse"); }
}
);
</script>
How to get rid of what? You have not described any problem or error here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, that's not an error message, that's one of your administrators trying to botch ini clumsy tweaks.
Go to the project administration and look for the field configurations, descend into them, and go find the fix version field. Edit it, and blank out the description.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Nic Brough _Adaptavist_ issue solved.
The instance with JSW 8.22 is our becoming prod environment in Azure.
It's an environment lifted & shifted from our on premise environment with JSW 8.4.1.
This "description" was is inherited from on premise environment.
But in that environment nothing happens, so I do not under stand why some one have put it there.
Is it possible to use javascript to render dynamic output of help text?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ahh, good to hear!
No, it's no longer possible to use javascript in field descriptions - Atlassian have been getting rid of it because it's the wrong way to do stuff, hard to support and usually breaks on upgrade.
They stopped allowing execution completely a while ago, but the javascript that had been added to fields earlier used to not render at all, so it looked like there was no description.
They've changed it a bit, and now it gets shown, and that's what's happened to you - your old js used to be hidden, but now it shows!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
👋 Hi there Jira Community! A few months ago we shared with you plans around renaming epics in your company-managed projects. As part of these changes, we highlighted upcoming changes to epics on...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.