I have 3 boards in one project and if a bug I want to go to one board, if a story I'd want to go to another board. Thanks!
The JIRA Boards will show issues what it is configured to show. So you just have to update the "Query" that is being used by your board.
Try that
Ok thanks. Are there any other suggestions on how I would do this? There's only one create button, and right now it falls to To Do which then will split off into either board based off critera. I thought post function would be my way but I couldn't find anything in there to do so. I don't want the Business Requests to show in the support board. I'm open to suggestions!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just configure your board. Click on "Board > Configure" then edit the "Saved Filter for this board. Just create 3 different saved filters with different issue types then use them accordingly with each of your 3 boards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Bear in mind that boards are views of underlying data. Issues do not move between boards. For each issue, it's either selected by the board, or it is not.
To make it look like things are "moving between boards", you would need to set up boards that are based on inclusion criteria. For example, if you have a field called "Penguin" with options "Tux", "Mr Flibble" and "Pingu", you could set up two boards:
1: Penguin = "Mr Flibble"
2: Penguin != "Mr Flibble"
Then, when you change the value of Penguin to Tux or Pingu, it will "move" to board 2, and when you change it to "Mr Flibble", it will "move" to board 1.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think No is the answer. We can do it easily via Fast transition an issue option from script runner. But, I believe you wont have this plugin being a JIRA cloud user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.