Scripts for Jira Script Runner facilitating the use of the tool with practical automations
A script to add on Jira Script Runner "Script Listener" with method "Worklog Created" and "Worklog Updated" to set on a custom field like "Total Time Spent" the total time calculated automatically by time spent registered on subtasks.
A script to add on Jira Script Runner "Script Listener" with method "Issue Updated" to set on a custom field like "Total Time Spent" the total time calculated automatically by specific custom fields of your issue (task).
A script to add on Jira Script Runner "Script Listener" with method "Issue Created" to automatically create each subtask required for the task after it creation.
A script to add on Jira Script Runner "Script Listener" with method "Issue Updated" to create automatically an issue with same summary (name) and type when it reaches specific status on project.
A script to add on Jira Script Runner "Script Listener" with method "Issue Updated" to create automatically an issue linked copy with same summary (name), type and Epic Link when it reaches specific status on project keeping a relationship between then
A script to add on Jira Script Runner "Script Listener" with method "Issue Updated" to update automatically a field in some defined project by the status changes in subtasks of linked issue in another project
A script to add on Jira Script Runner "Script Listener" with method "Comment Created" to send automatically a message on Slack when a comment is made on task with the comment author and content to user with identifier on task label
A script to add on Jira Script Runner "Script Listener" with method "Issue Updated" to send automatically a message on Slack when a attachment is add on task to user with identifier on task label
A script to add on Jira Script Runner "Script Console" to automatically rename some issues with a certain term on it summary field
/Gabriel Tessarini/