You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello
We have a problem with a jira project, randomly some tickets disappear from the board when they change status. They are not on the board anymore but they appear at the bottom of the backlog. By changing the status of the jira ticket it would appear in the board again. Watching the video, we can see this behavior. All status are mapped
https://www.youtube.com/watch?v=3iPJNVGvBPY
Jira Software 8.20.15
The request that does not return this ticket is this one.
*rest/greenhopper/1.0/xboard/work/allData.json?rapidViewId=414&selectedProjectKey=XXX
Tested with different browser.
who already had this problem and found a solution?
Thanks
With all status mapped into the board, then the only way I can think to replicate this would be to have a post-function, listener, or automation that is fiddling with the "sprint" field.
Or a human is doing it, deliberately or inadvertently - do any your transition screens have the sprint field on them?
When the ticket disappear from the board and go to the backlog, the field sprint keep the same value, the status too. I checked I dont have post function. It' dont explain why 2 times it's works and the third with the same modification it change
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's the only way I can think this might be happening.
For an issue to appear on the board, it must
For an issue to appear in the backlog, it must
The only other thing I can think of is if something is re-ranking the issue when you update it. If something is pushing them to the bottom of the backlog, then that is implicitly pushing them out of the sprint (because the sprints are, by definition, ranked highest). But I'd expect that to change the sprint field too (unless it's something that's been not thought through)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for you answer.
If you check the video you could see, I do the same change with status and the third time the task disappear.
I compare the 2 stats with /rest/api/2/search?jql=key=PLAYRTS-5145 if the goal has changed but nothing is different. They have the same sprint goal link
Maybe I can ask the value in DB to check the real stats...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's no point looking in the database, it's not going to tell you more than the UI does, and it's a right royal pain to find too.
My next step would be to look in the issue history - what fields is it recording as changing when you change status or edit it? And when the problem occurs, look around your changes - is the history recording any ranking or sprint changes around your edits (within a couple of minutes either side)?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're not giving it long to complete the transitions and refresh there.
But it still looks like you have something ranking it at the bottom of the backlog (i.e. outside the current sprint) when you transition it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Usually, when it goes to the backlog is when its change to a status that is mapped to the backlog. If the status matches to a status that's mapped to the backlog, that is correct behavior. If that's the case, would check the ticket history and check any workflow automation that may have contribute to this issue.
-Ben
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.