Trendyol / gurubu

Simple, Fast, and Practical Task Estimation and Tech Grooming. Live demo below 👇
https://gurubu.vercel.app
BSD 3-Clause "New" or "Revised" License
59 stars 16 forks source link

Add automaticly jira board issues to GURUBU #9

Open enesacikoglu opened 10 months ago

enesacikoglu commented 10 months ago

Here is some references:

https://community.atlassian.com/t5/Jira-questions/How-to-get-all-issues-in-jira-using-rest-api/qaq-p/826281

With one click, I want to choose a board (current sprint) and import all issues to GRUBU.

sermetk commented 3 months ago

I have designed a mock flow like below:

image

jira resources board search /rest/agile/1.0/board?name={searchTerm} -> select board sprint search /rest/agile/1.0/board/{boardId}/sprint?state=future -> select sprint sprint issues /rest/agile/1.0/sprint/{sprintId}/issue -> select issues