I am able using the Script Fragments functionality of the scriptrunner for JRIA add-on to create a web panel in JIRA based on a rule for project key.
Can I do something similar for project category instead?
Here is how I use the project key condition:
2017-01-06_10-54-44.png
I've heard back from the vendor directly. They were able to help me make this work!
Here is the answer to my question:
import com.atlassian.jira.component.ComponentAccessor import com.atlassian.jira.project.Project Project project = jiraHelper.getProjectObject() def projectCategoryForProject = ComponentAccessor.getProjectManager().getProjectCategoryForProject(project)?.getName() projectCategoryForProject in ["Maggie Projects Category"]
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.