You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
Basically, on one Jira project, we have the field labels
into each ticket and it’s visible: all good.
The problem is that when the ticket is moved to the status DONE
, the field labels
disappears it's only shown in case there is at least a label.
The interesting thing is that it doesn’t happen on other projects we have.
This is a blocker for automation I would like to add (add a label from status X
to DONE
).
Any idea where should I look?
Thanks,
Michele
Hi @Michele Pinto,
Welcome to Atlassian Community!
In the project that you see this behavior, do you have an automation that clears out the labels field? Or a post function in the workflow that clears it out? If you check on a request that is in the Done status, is the Labels field shown under Additional fields on the right?
Ciao Mikael,
thanks for your support.
I'm not aware of any automation that clears out the labels field, nor a post function in the workflow that clears it out.
Consider that the labels are there in case I have a label set, the problem is that the field labels disappears if I have no labels set before moving the ticket to DONE.
Before:
Later:
Also, as you can see, the Labels field is not shown under Additional fields on the right.
Thanks again,
Michele
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Go and check the issue layout and see if the Labels field is listed under Context fields and not below the Hide when empty line.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can also use the Find my field function under the three-dot menu to see what is making the labels field to be hidden.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is in Context fields, indeed when it's empty and the status is not DONE, it's visible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you happen to have a workflow property on the done status that prevent editing?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Mikael,
yes, the property jira.permission.edit.group=jira-administrators.
And I can confirm that was the root cause of my issue!
Thanks,
Michele
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.