How can I get list of issues added after start of a sprint using JQL or rest apis
You can do this easily with Script runner JQL function. And JQL query can be part of the REST call
curl -D- -u charlie:charlie -X GET -H "Content-Type: application/json" http://localhost:8080/rest/api/2/search?jql=assignee=charlie
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.