Hi,
I have created a permission scheme to allow a specific group of users to moved issues from project A to project B, But do not want to give these users the assign permission, therefore when they move issues, they can not select the assignee?
Problem is these users must be assignable on all projects, but when they move issues accross projects I require the Project Lead to be selected automactically. In most cases the Prject lead is the Project manager who will then get the tasks and re-assign it to the correct person/developer based on priority?
But for some reason, these users who are an assignee and have to be assignable, remain the assignee, instead of it becoming the project lead?
Any advice or better methods to accomplish it?
Hi Warren,
First of, why don't you simply give those people the assign issue rights? And train them in always selecting the project lead.
Another option might be to do something with the scriptrunner plugin (you can probably write your own listener to listen to the Move Issue event and autoassign the issue to the project lead).
You might even be able to use the autotransistion function to simply auto transition the issues back into the same status using a special transition to simply fill in the assignee.
Best regards,
Peter
Hi,
We had given these users access on and off, but they tend to abuse the access. Therefore forcing them into the correct process may be the only viable solution.
Could you assist me in the right direction with the listener?
I presume it will be along the line of:
User.role(Support).move.issue.assignee.projectlead
I'm not sure, If I couls ask for assistance on this?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Warren,
I don't think I can help you out with writing a custom listener.
I don't have any experience with it, but you should be able to find plenty of examples on the scriptrunners wiki.
And Jamie the developer) is very active on Answers.
Best regards,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have created another question in the hope that someone can help me out here: https://answers.atlassian.com/questions/292679/need-assistance-to-write-a-custom-listener
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For starters here is the listeners page from the groovy script listeners (by Jamie).
https://jamieechlin.atlassian.net/wiki/display/GRV/Listeners
There are some examples and some comments worth going thru.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, but I have already gone through this briefly - but struggling to make sense of things
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.