Hello. I would like to run a query in the scriptrunner console to check if a plugin's module is enabled. Does anyone know how I can go about this? All of the examples online are from 2013 or earlier.
Hey Penelope,
This is not possible in JIRA out of the box which is what you are using in OnDemand. If you were behind the firewall, you may be able to get this data via a SQL query. The reason why this is not possible is because the project field does not allow the "was in" operator per: https://confluence.atlassian.com/display/JIRA/Advanced+Searching#AdvancedSearching-Project
Cheers,
Boris
JQL Tricks plugin (paid) has a movedIssues function which can be used for this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As @Boris said, this won't be possible on JIRA onDemand though. I didn't notice the tag. Custom plugins are not allowed on onDemand.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the insight. I will look into this for a work around.
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.
this function seems to track an issue that's moved between any project, is there a way to track whether an issue was moved between specific projects?
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.