Frends.Jira.GetIssue / 1.0.0
Summary
Fetches either one issue by key or a whole set through a JQL search, so it covers both the single lookup and the query case.
Typical use — picking up a work queue expressed as a JQL filter, or reading the issue a Process was handed
Connection parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| JiraBaseUrl | String |
– | https://test.jira.fi/jira |
Jira base URL. |
| TokenSecret | String |
– | 1a2b3c4d5e6f7g8h9i0j1k2l3m4n5o6p7q8r9s0t1u2v3w4x5y6z |
PAT or API token. |