I am using my REST API in my azure data factory to get sprint reports from Jira using
" String requestUrl = baseUrl + “/rest/greenhopper/latest/rapid/charts/sprintreport?rapidViewId=” + boardId + “&sprintId=” + sprinted; "
Now I want this to be parameterized to pass dynamic content using sprint id and board id. can you suggest to me how the URL can be passed and call the parameters as sprint id and board id.