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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @[deleted] @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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.