I need to:
Get a count of change log items, whos status equaled rejected, for a given user, for a given month.
I am issuing these queries from Klipfolio. So I can't use an add on or a script runner, so I have to use a query string, and it has to look something like this:
https://upvate.atlassian.net/rest/api/2/project="any" and expand="changelog"
Any ideas?
Thank you,
Chris Mazzochi
Chris,
This would not be an end point that you can call. I don't know anything about Klipfolio, but the best you could do is get the changelog and then parse that data. I don't know if Kilpfolio allows you to do any scripting, but there is no rest call you could make to return the number of change log items.
You would be able to return a list of issues that have been in the "rejected" status. I don't think you're looking for that though.
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.