Hello!
Can I take list of JIRA projects? I need change a project leader on all projects.
Community moderators have prevented the ability to post new answers.
Hello Alex,
Could this be modify to get the projects numbered, so it's easier to do the count.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Alexey Matveev ,
Can you please provide code to ,Get the list of project name ?
Above code provides Project key .
Thanks .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
import com.atlassian.jira.component.ComponentAccessor
def prList = ComponentAccessor.getProjectManager().getProjectObjects().name
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.