The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to filter pull request with time & date attribute?

Jari Pajunen
September 22, 2016

This question is in reference to Atlassian Documentation: Search for pull requests

we are currently running CI and CD and would like to track where these items are in release&deployment pipeline.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
evzijst
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 23, 2016

Is this an API question? In that case you can use the API's querying language (created_on > 2016-08-10 or updated_on < 2016-07-27T20:20:35.986946+00:00), e.g.:

https://api.bitbucket.org/2.0/repositories/atlassian/bbql/pullrequests?q=created_on%20%3C%202016-08-10

TAGS
AUG Leaders

Atlassian Community Events