-
Goal: We need to pass a parameter to jira resource from query using script.
-
Steps:
- Passed the parameter using this below:
const data = await fetchIssues.trigger({
urlparams: {
startAt: 200
}
}); - The resource accepts this below:
-
Details: We need to add this from the script using js.
-
Screenshots: