Hi,
In a project we have a separate transition "Assign Issues" which is allowed only for project role devleopers and aprat from that this transition the assign button should not be visible anywhere in the project. For this i have added the property "jira.permission.assign = denied" in all the workflow steps, and to have the assignee field in the transition but when i added the property "jira.permission.assign=granted" in the transition properties but still the assignee field is not visible in that transition. Can some one help me on this.
Thanks!
I already had updated my comment.
@Steven Behnke Will listeners be available in his cloud instance? I believe he doesnt have a choice for listeners or groovy scripts.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Using a custom field will be confusing and won't populate things like avatars in the ui in the normal places.
I wouldn't accept requirements from your team if you don't know the capabilities of the product.
I forgot you marked this as cloud, so you can't install any listeners.
I'm not sure you can achieve this reliability without custom work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok Steve, Thanks very much for the information. I am working on adding a custom field to select a user and setting the value selected value to the assignee field using the transtion Post Functions as i am not familiar with listeners. Could you please provide me any information you have on listeners.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Using workflow properties wkll not help you because then you remove the ability to restrict assignment as you've now found.
The best way to handle this would be as a listener. When the listener sees the assignment, it can transition the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As per the requirement we have change the status of the issue to "Work In Progress" when a issue is assigned to a developer.
But when the user clicks on the assign button, issue will be assigned to a Developer but the status will not be changed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please answer my previous query –
Why can't you just give Developers Assign Permission and skip the transition work?
Your requirement makes little sense to me and I feel like you're attempting to go about it in the wrong way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Steve, is there any other option to make this available during the transition
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why can't you just give Developers Assign Permission and skip the transition work?
You CANNOT use permission properties on transitions, they are step properties ONLY.
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.