Administrator UI to Run CLI Actions

On this page

Summary

A new feature is available with release 4.0 that provides:

  1. Ability to run CLI action directly from the JIRA administration UI
  2. Save and recall action statements for repetitive actions

Jelly Runner alternative

 The UI to run CLI actions provides a convenient alternative to the Jelly Runner which is deprecated and will be removed in JIRA 6.4 - see this announcement.

Menu Item

The Run CLI Actions menu items is located in the ADVANCED section of the System tab. For release 4.2 and above, there is also a RUN CLI ACTIONS IN JIRA section on the Add-ons tab.

 

Run CLI Actions

Create Project From Template

This is similar to the example from How to create projects or sets of issues based on a template. In this case, you can save the template action for easy reuse.

Action
--action run --common "--project ZJCLIP2 --dateFormat yyyy-MM-dd" --findReplace #duedate#:2016-05-01 --server %base_url% --password automation
Data
--action createProject --lead automation

--action createIssue --type improvement --summary "Phase 1" --date #duedate# 
--action createIssue --parent @issue@ --type sub-task --summary "Task 1"  
--action createIssue --parent @issue@ --type sub-task --summary "Task 2"  

--action createIssue --type improvement --summary "Phase 2"  
--action createIssue --parent @issue@ --type sub-task --summary "Task 1" 
--action createIssue --parent @issue@ --type sub-task --summary "Task 2" 

 

 



Find answers from the community.

Ask a question to the community.

Log a request with our support team.


Confluence®, Jira®, Atlassian Bamboo®, Bitbucket®, Fisheye®, and Atlassian Crucible® are registered trademarks of Atlassian®
Copyright © 2005 - 2022 Appfire | All rights reserved. Appfire™, the 'Apps for makers™' slogan and Bob Swift Atlassian Apps™ are all trademarks of Appfire Technologies, LLC.