Hi,
I have an already created Test Run in Jira with Adaptavists Test Management. Now I need to link more test cases to the same Test run but have to do it only via API. I'm using Postman.
I refer the API reference - https://www.kanoah.com/docs/public-api/1.0/ but can not see a solution here since no way to update an existing Test Run via API to link new test cases. Is there any other way to do this ?
Can you include screenshots of your service configuration screens?
Hover over the edit link... and grab the id in the url
Then check the scheduler details screen. Switch to Jobs tab and search for the id.
Then check if it's even registered. What the last run duration is and click show more to view the details and include them here if available.
We can go from there.
Based on what you're explaining, you shouldn't even need to set the logged in user, that really just depends on the tasks you need to do.
Thanks for your help, Peter! I forgot that tab existed, it was helpful in verifying that the script was in-fact registered and...running.
But I did find the problem with some help from ScriptRunner support, to my embarrassment: the cron expression.
I was using https://www.freeformatter.com/cron-expression-generator-quartz.html and the expression it generated (0 * 0 ? * * *) wasn't correct. I was able to confirm the script was running every minute--but at hour 0 only (midnight).
I recommend not using that one...
The person that helped me pointed me to http://www.cronmaker.com/, which actually provided the correct expression to run once per minute (0 0/1 * 1/1 * ? *).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.