


Gain the power and flexibility to make Confluence fit the complex processes of your organisation. get the available organizations for the particular service deskĭef serviceDeskId = serviceDeskProject?. Automate work, keep your instance tidy, and extend Confluence capabilities.
#Scriptrunner for jira pricing software#
Map orgsAndUsersForProject(String projectKey) organizationServiceĭef projectObject = ComponentAccessor.getProjectManager().getProjectB圜urrentKey(projectKey) ScriptRunner gives you capabilities you didn’t know were possible with Jira Software and Jira Service Desk, using the power of Groovy scripting. Data that we capture when an Automation rule is created or edited to enable us to define its behavior.
#Scriptrunner for jira pricing how to#
(Sorry, it has lost the indentation - I don't know how to get it to keep the indentation when I paste the code in a code block) Files attached or added to Jira Software, Jira Service Management, Jira Work Management, or Confluence issues, pages, or other content. You must be a registered user to add a comment. this is the library of objects/methods you can access on the Jira REST API. It also allows admins and power users to quickly extend JIRA functionality to support your business processes in your workflows, without the hassle of writing a fully-fledged Add-on. I've got this in a static class that does a bunch of other things so I'm not sure which of my imports are needed for this method. This would enable me to take scriptrunner to the next level. ScriptRunner for JIRA provides administrators with an in-line editor where you can write groovy scripts. Use the imports from the first post in this thread and that should get you the libraries you need. Here's a function that I use to get the orgs and users. if the project is not a Service Desk one then do nothing Import .customisers.WithPluginĭef projectObject = ComponentAccessor.getProjectManager().getProjectB圜urrentKey('CCT')ĭef currentUser = ComponentAccessor.getJiraAuthenticationContext().getLoggedInUser()ĭef serviceDeskProject = serviceDeskManager.getServiceDeskForProject(projectObject) From lists to boards, to calendars and gantt charts, organize work your way. With Asana, you can connect all your work in one place and bring teams together, anywhere. Is a method in the jira service desk OrganizationService (or other class) to get the organization users that I can call from the scriptrunner console? Asana is an agile project management tool that helps teams orchestrate their work, from daily tasks to strategic initiatives.

I can confirm that ScriptRunner Enhanced Search is included in the plugin as standard and you can see the documentation on this feature here. Based on the scriptrunner documentation, I've been able to get the organizations out but can't get the customers back. Hi Mohajit, Thank you for your questions, I have answered them inline below. I'm trying to get a list of the users currently in our service desk organizations using the scriptrunner plugin.
