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.
Hi folks,
I am putting a property to my workflow transition, but an issue still remains editable.
I tried those ones:
When I'm exporting a workflow as an xml file, I can see the following:
<action id="61" name="My transition">
<meta name="jira.description"></meta>
<meta name="jira.permission.edit">denied</meta>
<meta name="jira.fieldscreen.id"></meta>
or
<action id="61" name="My transition">
<meta name="jira.description"></meta>
<meta name="jira.fieldscreen.id"></meta>
<meta name="jiia.issue.editable">false</meta>
Any ideas?
I believe that property only applies to statuses, not transitions. While an issue is in a status flagged as not being editable, the issue will not be editable.
That's not the point.
In the next status the issue still remains editable, as I mentioned above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Because you set it on the transition. You have to set it on the status explicitly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also be careful on your spelling I can see in your excerpts that you have JIRA spelt as jiia.
jiia.issue.editable=false
when it should be
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Phill, you're right.
But after correcting the typo the issue is still uneditable(
I even tried to add a custom database table prefix, but it also didn't help.
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.
As Jeremy already said, jira.issue.editable is a property of statuses, not transitions.
Add the property to the status instead of the transition and it should work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Where should the issue be not editable? During the transition - then remove the screen used in that transition, or in a status - then add that property to the status as Jeremy mentioned.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Gyus,
I got it. Now I feel stupid)
Thank you so much for help! Those buttons look alike)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What if you want the screen to be there AND the issue (or a specific field) to be uneditable?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This worked for me. You can also try the following:
On the workflow, go to the status you want to apply the property to, select properties >
Property: jira.permission.edit.denied
value: denied
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @S @david_klemme @Romina Toledo @Anastasia Kozlo
I tried implementing the suggested solution of S, but was still able to add/link an open child issue under a closed (Done) parent issue. Also, I was able to edit/reopen the closed issue.
Maybe one of you can explain what the user experience is supposed to be by adding that Property Name and Property Value to the Done Status?
Or, another way to prevent adding/linking open child issues to a closed parent issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"Link Issues" and "Transition Issues" are different Permissions than "Edit Issues", so to defeat those Permissions, you'd have to add Properties for each of them in addition to the editable Property.
"Edit Issues" Permission, which is addressed by the Property in question, prevents modification of value fields (e.g. - Summary, Description, Custom Fields, etc.), but it does not prevent actions granted by other Permissions (e.g. - transitioning, linking, commenting, time tracking, etc.)
Hope this helps!
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.
Is it on a step or a transition? Is the workflow published?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Workflow wasn't published .. now it works.. thank you very much!
Feeling like a bloody beginner again
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.