Atlassian JIRA is a tool for agile teams to track bugs and issues, plan releases, and manage software development projects.
Steps
jira.Server: JIRA server configuration.
jira.JiraScript: JIRA script to execute.
jira.CreateIssue: Creates the JIRA issues
jira.CreateIssueJson: Creates the JIRA issues using JSON format
jira.CheckIssue: Checks the status of the JIRA issue
jira.CreateSubtask: Creates the JIRA sub tasks
jira.UpdateIssue: Updates the single JIRA issue
jira.UpdateIssues: Updates multiple JIRA issues
jira.UpdateIssuesByQuery: Updates JIRA issues by query
jira.Query: Queries the JIRA issues
jira.CheckQuery: Checks the JIRA queries
jira.GetIssueDetails: Gets the details of the JIRA issue
jira.QueryForIssueIds: Queries for matching issues using IDs
jira.CreateVersion: Creates the project version
jira.GetVersions: Gets the project versions
jira.GetAllSprints: Gets the list of sprints for the project
jira.IssueTrigger: Triggers release when a new ticket in a list returned by JQL is triggered.
jira.UpdateLabels: Updates the issue labels
jira.UpdateFixVersions: Updates the fix versions
jira.JiraQueryTile: Display information from JIRA based on a JQL query.