-
Hi there, I am trying to use this library to get the current active sprint for a board/project, but was having some difficulty figuring out exactly how to do that. I found the I also found this documentation that suggests that you should be able to find the active sprint using JQL, as shown here: https://community.atlassian.com/t5/Jira-Software-questions/Get-id-of-the-active-sprint/qaq-p/1672149#M135446. However, I can't seem to find a way to hit the suggested endpoint using this library. Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
While I wasn't able to find the answer to this directly, I was able to find the which issues are on the currently active sprint for a particular project using the
This doesn't directly answer the question I had, but does get at really the heart of the answer that I needed for my use case, so I think this may be acceptable for closing this question. |
Beta Was this translation helpful? Give feedback.
While I wasn't able to find the answer to this directly, I was able to find the which issues are on the currently active sprint for a particular project using the
search_issues
client method using the following jql:This doesn't directly answer the question I had, but does get at really the heart of the answer that I needed for my use case, so I think this may be acceptable for closing this question.