Administrator UI to Run CLI Actions
On this page
Summary
Run automation actions directly from the UI.
- Ability to run CLI action directly from the JIRA administration UI
- Save and recall action statements for repetitive actions
- Supports using User Defined Replacement Variables (profiles) to save site information like server URLs and credentials
- Reference profiles using standard replacement variable syntax with a name prefixed by variable_ . Example:
%variable_confluence% -a getSpaceList
where confluence is configured asÂ-s https://examplegear.atlassian.net -u <user email> -t <token>
- Reference profiles using standard replacement variable syntax with a name prefixed by variable_ . Example:
Menu Item
The Run CLI Actions menu items is located in the ADVANCED section of the System tab. There is also a RUN CLI ACTIONS IN JIRA section on the Apps 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"
Log a request with our support team.
Confluence®, Jira®, Atlassian Bamboo®, Bitbucket®, Fisheye®, and Atlassian Crucible® are registered trademarks of Atlassian®
Copyright © 2005 - 2024 Appfire | All rights reserved. Appfire™, the 'Apps for makers™' slogan and Bob Swift Atlassian Apps™ are all trademarks of Appfire Technologies, LLC.