The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
How to identify tickets that are carry forward from one sprint to another?
How to filter tickets that are carry forwarded from previous sprint to current sprint?
Is there option like sprint in (opensprints()-1)?
Try adding to your jql …
Sprint in closedSprints() and sprint in openSprints()
Bringing the discussion back to this thread….
so (AFAIK) you cannot find issues in current open sprint that were specifically in the previous sprint using JQL unless you include the specific sprint name. I think you want something that is dynamic? In other words this would work…
sprint in openSprints() And sprint in xxxx
where xxx equates to opensprint -1
note- I tried the following (in cloud) as a test and it did not produce the desired results
Sprint in openSprints(-1) and sprint in openSprints()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you. sprint in openSprints() And sprint in xxxx with hardcoding sprint value is working. Is there a dynamic way to set sprint value to last closed sprint?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi , please help how to find the carry forward tickets from immediate previous sprint?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi , please help how to find the carry forward tickets from immediate previous sprint?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
? Did my suggestion not provide desired results? If not please reply in my response as to the results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jack,
Thank you. Closedsprints() displays all the issues from all previous sprints. Also opensprints() displays all the issues that are created in current sprint as well.
I want to extract the only issues that are carry forward from last sprint to current sprint and nothing else. Can we get this in jql ? Please help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you trying to identify carried forward issues only from the immediate previous sprint, or from any previous sprint?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Krithica G : There is one field called "sprint" you can add that field in your issue layout. You will get to know from which sprint that issue is getting carried forward. Please let me know if that works for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
👋 Hi there Jira Community! A few months ago we shared with you plans around renaming epics in your company-managed projects. As part of these changes, we highlighted upcoming changes to epics on...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.