/
Input parameters
Input parameters
Type | UI | Code | Result |
---|---|---|---|
Filter by
| const scope = SR.fields.getValueByFieldName('filterBy'); | String: project in (TEST) | |
Issue Picker
|
| const selectedIssue = SR.fields.getValueByFieldName('issue'); | String: TEST-123 |
Range
| const range = SR.fields.getValueByFieldName('range'); | Object: {
start: "2023-01-01",
end: "2024-12-31"
} | |
Number
|
| const rate = SR.fields.getValueByFieldName('rate'); | Number: 123 |
|
|
|
|
Related content
Get issues
Read with this
Create your first Scripted Report
Create your first Scripted Report
Read with this
Code Snippets
Code Snippets
Read with this