library
turbot/jira
Get Involved
Version
Pipeline: List Issues
List of issues in a Jira project.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run jira.pipeline.list_issues \ --arg 'project_key=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = jira.pipeline.list_issues args = { project_key = <string> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
conn | connection.jira | Yes | Name of Jira connection to use. If not provided, the default Jira connection will be used. | connection.jira.default |
project_key | string | Yes | The key identifying the Jira project. | - |
Outputs
Name | Description |
---|---|
issues | List of issues. |