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.
Hello,
I am trying to filter all pipelines that got created after a specific date.
When i do
https://api.bitbucket.org/2.0/repositories/{workspace}/{repo_slug}/pipelines/?sort=-created_on&created_on=2020-01-03T18:28:27.943Z
I get a result
I want to fetch only the items with created_on >= 2020-01-03T18:28:27.943Z
https://api.bitbucket.org/2.0/repositories/{workspace}/{repo_slug}/pipelines/?sort=-created_on&created_on>=2020-01-03T18:28:27.943Z
I get no result. That is not correct.
How do i filter with the created_on date?
Thanks,
No luck.
I get no result when i remove the Z.
When i remove the Z and do created_on = 2020-01-03T18:28:27.943
I get the error below
{
"code": 500,
"message": "There was an error processing your request. It has been logged (ID 7e3820543aac8ef8)."
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello ixb / Lenin Raj,
I am also facing the same problem, any luck on this? how can we filter pipelines using created_on>=2020-01-03 i.e. (date or datetime) ?
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.