Can I use 6.2.3 API to gather a list of issues that have worklogs created on a specific date or an elapsed period of time? I heard this is in 6.4.3 or later. I am currently having to make up for this lack of basic functionality through some filtering a large set of issues. JIRA TRICKS plugin is not an option as its specific to UI view querying. If anyone has any information on this topic please help.
If you are looking for a API solution, just code out a JQL query and use the JQL function provided by JQL Tricks.
So JQL Tricks has an exposed api to all JIRA plugins? How is this possible without an api if one does not exist? This could be a dumb question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What I meant was that if you already have the JTricks plugin installed, you can use the SearchService (https://developer.atlassian.com/static/javadoc/jira/latest/reference/com/atlassian/jira/bc/issue/search/SearchService.html) and define your own JQL (which is a JQL that includes the JTricks).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ok thank you, essentially I would have to manually(without use of jira API) write out my query. This makes sense. I appreciate it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.