sample
turbot/flowpipe-samples/link-jira-issues
Get Involved
Version
Pipeline: Link Issues Across Jira
Search for Jira issues, update description, summary, priority, and assignee in an issue if found, create a Jira issue if not found.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run link_jira_issues.pipeline.link_jira_issues \ --arg 'jira_jql_query=<string>' \ --arg 'jira_project_key=<string>' \ --arg 'jira_issue_type=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = link_jira_issues.pipeline.link_jira_issues args = { jira_jql_query = <string> jira_project_key = <string> jira_issue_type = <string> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
jira_conn | connection.jira | Yes | Name for Jira connections to use. If not provided, the default connection will be used. | connection.jira.default |
jira_jql_query | string | Yes | JQL query for searching issues. | - |
jira_project_key | string | Yes | Project key for the new issue to be created. | - |
jira_issue_type | string | Yes | Issue type for the new issue to be created. | - |
Outputs
Name | Description |
---|---|
output |