Hi Team,
I am facing the issue while fetching the jira result based on some date.
Lets say i want the jira issues for month of Feb from 1st feb to 28 th Feb along with some details.
So i build the API like below
/rest/api/2/search?jql=project="Your Project Key" & Fields=components,key,created & created > "2021-02-01" and created < "2021-02-28"
But still i am not getting the date wise result.
You can use JQL or an app like Dynamic Filter: JQL Replacer (created by my team).
The last one lets you filter issues by criterias you need.
I hope you will find the best solution for you.
Regards
Hi @Sachin Bagmare ,
query you use looks complicated. Without additional information I have no idea why. But if you need to get only issues using REST API, correct query is:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sachin Bagmare ,
Welcome to community, Can you please share few more details , what you expecting and what are the results and what's wrong with results so we can try to help.
Regards,
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.