You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
How does one get its project's issues filtered by "updated" parameter? I want to receive issues that have been updated since the 20th of November 2019 (if hour is also required, say 1PM). Those that have the last update before that day (and hour) I'm not interested in. I tried this:
/rest/api/latest/search?jql=project=PROJ%26updated=2019-11-20
but it doesn't work.
Getting issues by project is working fine, however adding "updated" parameter doesn't seem to change anything about the result moreover it makes the api return no issues.
How do i quickscope this?
Nevermind I found the answer to similar problem and it helped, how do I delete a post? :)))
Hello mtx210,
You would have to use a following condition in your JQL
updated >= '2019-11-20'
If you need a reference for JQL you can start here.
Hope this answers your question.
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.