Hey Everyone - Is there way to tag an issue type with specific Labels automatically when created? For example - If I wanted any BUG created on a board I manage to have the same two labels. Can I setup the board to recognize the BUG and assign label A and label B even if the user forgets?
Hello @Geoff Schipske
You can use Automation for Jira to automatically set the Labels field.
However, do note that issues are not created "on a board".
A board is a way to view and manipulate issues. Boards are based on Filter Queries that select which issues to include.
Issues are contained in and created in projects. An issue can display in multiple boards because multiple boards can have Filter Queries that reference overlapping sets of issues.
So, you won't be able to set issue Labels based on the "board" being viewed when the issue is created.
You could use the same Filter Query from your board in your Automation Rule to ensure that issues that are in that board are considered by your rule. You would add your other criteria (issue type) to the rule also to affect the specified subset of issues in that board.
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.