Jira rest api url

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.

Hi @srichakrisrimanthula ,

Welcome to the Atlassian Developer Community. I don’t quite understand your question, but perhaps it relates to what we refer to as “context parameters”. You can read more about this at Context parameters.

If this doesn’t answer your question, can you please provide more details.

Regards,
Dugald