...
| Code Block | ||
|---|---|---|
| ||
const issues = await SR.jira.getIssuesByJQL('project = TEST'); |
...
| Code Block | ||
|---|---|---|
| ||
const issues = await SR.jira.getIssuesByJQL('project = TEST', 'summary,timespent,customfield_10091'); |
...
...
| Code Block | ||
|---|---|---|
| ||
const issues = await SR.jira.getIssuesByJQL('project = TEST'); |
...
| Code Block | ||
|---|---|---|
| ||
const issues = await SR.jira.getIssuesByJQL('project = TEST', 'summary,timespent,customfield_10091'); |
...