Hi I am trying to write a curl script to take all the issues in in a project in "Ready for QC" state and transition them to "In QA" state.
I am able to move one issue at a time,
curl -D- -u username:password -X POST -d "{\"transition\": {\"id\": \"871\"}}" -H "Content-Type: application/json" https://broadinstitute.atlassian.net/rest/api/latest/issue/GAWB-3240/transitions
But not sure how to do it for all of the issues in a project