Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add automaticly jira board issues to GURUBU #9

Open
enesacikoglu opened this issue Nov 10, 2023 · 1 comment
Open

Add automaticly jira board issues to GURUBU #9

enesacikoglu opened this issue Nov 10, 2023 · 1 comment
Assignees
Labels
type: feature New feature or request

Comments

@enesacikoglu
Copy link

enesacikoglu commented Nov 10, 2023

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.

@armagandalkiran armagandalkiran changed the title Add automaticly jira board issues to GRUBU Add automaticly jira board issues to GURUBU Nov 10, 2023
@armagandalkiran armagandalkiran added the type: feature New feature or request label Nov 10, 2023
@sermetk sermetk self-assigned this May 29, 2024
@sermetk
Copy link

sermetk commented May 29, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants