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.
In the Sandbox, I was given a requirement to automatically place Development issues into a sprint board new first column.
In board Settings, I moved the unique (not shared) first status for issue type/workflow "Dev Story" issues to the new first column.
However, I need do the same for old workflow "Story" issues, whose first status is To Do, shared with other workflows and currently appearing in the second (To Do) column. In fact, for a while in Production, only the "Story" issues with the shared first status will be created, because it will be a while before I can build the new workflow in Production.
I'd like to find a solution for automatically moving "Story" issues, with shared first status "To Do", to the first sprint board column. I suppose I could simply replace the "To Do" column, but that is needed for non-Development issues.
I guess the obvious solution is to create another interim Dev Story workflow for Production, until the Sandbox Dev Story workflow is painfully created from scratch in Production. The interim workflow would differ only from the Story workflow in that the first status would be unique (perhaps "Dev To Do").
Hi @Phil Bustin
I think my approach here would be to change the workflow for the old "Story" issues to the new workflow, while migrating the "To Do" status to your new status corresponding to the first column of your board.
That's what I described as having done in the Sandbox, but the decision-makers want to stick with the old workflow in Production while the new one is being built.
I figure if I copy the old workflow and just replace the shared first status ("To Do") with say "Dev to Do"), as I described, I've solved the problem. I just wondered if there were another way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Phil Bustin Me personally, I don't know of a better way than this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. I could get cute and call the new status "To Do" or To Do" (double space) so as not to offend anyone. :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can I sort a column by Priority or a custom field?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried changing Order by Rank ASC to Order by Priority DESC, but there's no S.ave--only Discard changes. What is Rank, anyway?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I added a status to the story workflow, that would enable the issue to populate the new sprint board first column. However, I'm struggling to add an action to transition the new issue to the new status, either to the automation that clones the new Jira software issue from the JSM issue, or to a new automation triggered by the creation of the new issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm going to post this as a new question, because there's an urgency to finding a solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Rank is a field that implements a relative ranking between tickets by dragging them up or down in a backlog or on a board. You can't edit the rank field to type in a rank value, but drag and drop lets you order the tickets, and then the convention is that the team pulls their next work item from the top of the ranked backlog.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks; that's helpful. If anyone's interested, the new question I just posted is in:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Phil Bustin In case you're still looking for an answer to this:
> I tried changing Order by Rank ASC to Order by Priority DESC, but there's no S.ave--only Discard changes. What is Rank, anyway?
Generally, this is the correct way to sort a column by priority. Can you share a screenshot of your filter?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It turns out I can only Save As when I sort Descending by Rank. I guess I have to then swap boards in the project. How is that done?
When I edit to "Order by Priority DESC", I don't even get a Save As, so I figure I can't have that setting.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Phil Bustin I assume you are in a company-managed software project, right? If you go to the board settings > "Edit Filter Query", you should be able to enter the query and click "Search". After doing this, the "Save" button should appear like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you. Search was the missing action, but I still only have Save As. I found the saved as sprint board in Search but the view is still the edit filter view, and I don't know how to bring up the edited board.
Also, if I succeed in viewing the edited and saved board, is there a way to replace the default sprint board with the new one?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Phil, "Save As" instead of "Save" indicates that you don't own or have edit permissions to that filter. If you "Save As" a new filter under a new name, and you have admin permissions to the board (I know this works on company managed projects - I can't vouch for team-managed), then you should be able to replace the existing board filter with your new filter:
HTH,
Kel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks; that worked. I realized after I posted that what I was looking at after clicking Edit Query was the Query, not the sprint board.
After I replaced the filter, I need to put back the original, but I found that even if I entered the first two words of the filter name in the search box, the search did not provide all the filters containing those two words. I had to search in Filters, not the search within the board, to find it. Then I copied and pasted the name in the board search box to select the original filter .
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.