raj312
3 years agoOccasional Contributor
JWT token for api containing wildcard
I have generated jwt token for GET https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/execution/116668b1-6dac-4cbf-ad13-bc9b0a278?issueId=1444&projectId=1070 and it works fine
I would like to use the same token for other execution ids and issueIds https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/execution/226668b1-6dac-4cbf-ad13-bc9b0a278?issueId=1445&projectId=1070
can I generate token using some wild card in api, for example:
String createCycleUri = zephyrBaseUrl + "/public/rest/api/1.0/execution/*?issueId=*&projectId=*";