We have a scenario, where a Project has the below Hierarchy:
Business Unit --> Product Family --> Project
The user select the project for which they open the issue. We want to update the parent and grandparent (Product Family & Business Unit) fields automatically, based on this user input.
We are exploring options for this and would like to get the views from the experts here as to what is the best (and least expensive :)) way to achieve this.
You are going to need some code to do the calculation and set the field. You can easily do this with Scriptrunner or an equivalent.
No, you need to add code to do it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Nic. Is there any way of achieving this without a plugin?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My suggestion would be using Easy links for jira along with some calculated fields if required.
https://marketplace.atlassian.com/apps/1216498/easy-links-for-jira?hosting=server&tab=overview
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Red,
I do not want to copy the value from 1 Field to another. We need to set the value for 2 fields based on a third field. For example:
User Selects Project as Project 1
Then Product Family needs to be set to P1 and Business Unit to B1
or if
User Selects Project as Project A
Then Product Family needs to be set to P2 and Business Unit to B2
Thanks
Gaurav
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Gustav,
My suggestion Jira Suite Utilities (JSU)
Edit workflow:
Transition : created -> open -> add post function -> Copy Value From Other Field (JSU)
Copy Value From Other Field (JSU) :
Copies the value of one field to another, either within the same issue or between two related issues (as issue link, Parent/Sub-Task or Epic/issues in Epic).
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.