D
D
doitden2014-11-24 21:19:27
Bitbucket
doitden, 2014-11-24 21:19:27

Is it possible to pull the list of tasks for the selected repository for a certain period through the bitbucket api?

I can get a list of all tasks for a specific repository
using api
https://bitbucket.org/api/1.0/repositories/{accountname}/{repo_slug}/issues/?sort=kind is it
possible to specify the time period in such a request ?
or already it is necessary to do filtering of results on the server?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
doitden, 2014-11-24
@doitden

found the answer, it may be useful to someone)
parameter created_on=~2014-11-24
https:// bitbucket.org/api/1.0/repositories/{accountname}/{repo_slug}/issues/?created_on=~2014-11- 24

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question