When we initially switched to Jira, we imported issues from bugzilla. As part of this (I wasn't involved), it created a custom field per project, each one labelled the same as External issue ID. So now, when ever we are doing anything with field configurations, we have 10's of these seemingly identical fields in the list. Is there a way to collapse these fields into one field – I presume that there will never be a conflict in the actual database, as each one is only populated at all in a single project.
More generally, the question is can we merge the contents of multiple custom fields into one field.
My question is similar. We have custom fields we need to combine into one field
eg. {Field 1+Field 2+Field 3} = Field 4
eg. {Division +Region+Site} = Development
Please note I have minimal scripting knowledge at this time so if I could get an example to customize I would really be grateful.
Thanks
Jen, were you able to figure this out? I am also trying to accomplish the same thing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jen Hamilton& @Hassan Hashmi, Not sure if you guys ever figured this out but check out Misc Custom Fields add-on. Unfortunately its not supported but it is free and should allow the combination of multiple text fields into another field.
https://marketplace.atlassian.com/plugins/com.innovalog.jmcf.jira-misc-custom-fields/server/overview
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jen Hamilton @Hassan Hashmi @Peter DeWitt
You can bulk change the issues and remove the old ones.
1, Create the new option in your costume field
2, Create query for the matching costume fields
(eg.: project = myProject AND "MyCostumeField" = "Division" )
3, on the query screen under tools you can find bulk change
4, remove the old "Division" option from the 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 don't think that merging the values can be achieved without modifying the database directly OR using a script (groovy for example) and since I see you added cloud to the tags of the question I don't think you can do this.
I think the only option would be to :
I would recommend doing the field merge via the JIRA API and not the database directly and the way it could work is:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually there might be a much simpler solution to that - take a look at the issue export/import to/from Excel - I think you can achieve the same as with script
Aaand this should work for cloud without needing to go through a temporary server installation
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.