I created a Project Variable (e.g. projectclass = xzy) and need to use this value as a condition in a workflow.
Question: how exactly can I reference the project variable "projectclass" to create a condition?
If projectclasse == "Value1" then transition is allowed for users in group xx
If projectclasse == "Value2" then transition is allowed for users in group yy
I do have Scriptrunner available if that helps.
Any idea?
Thanks in advance,
Bernd
Where are you setting these "project variables"? What are they?
You go to the summary page of a project.
In the upper right corner (Jira 7.1.1) click on Actions -> Project Variables
There you can define value pairs (name - value)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's not a native Jira function - which add-on are you using to provide it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are correct - it is from Jira Suite Utilities. I checked their documentation and it turns out they use this for something very different. It does not solve my issue.
So... in a sense you answered my question :-)
I have to look for another solution. Maybe project category is something I can use for that.
Thank you
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.