Hello,
Im creating 5 automatic Issuelinks with a PostFunction Scriptunner (Clone and Issue, and links) with that everythink is okey, the problem is I want to perform a "Aditional issue action" where (here is de difficult part) Want to copy a value from the Main Issue, but this customfield(text field single line) have a formated input like (CODE=VALUE;CODE=VALUE;...), in the linked issues need to sum each VALUE and then assign 20% of the sum in each issuelink.
Not sure if you this is posible from there, maybe other kind of function can resolve this.
From now thanks and have a nice day.
Admin -> Custom field list -> find the custom field -> click Edit on that line. You'll be able to rename it there, no effect on the rest of the data, just the name
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
<mumble> years as a Jira Admin, and I still do exactly that. :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@[deleted] I am able to edit the custom field name which also updates the field name in the old tickets but does not add any history log for name change.
I there any extra step required to add the rename change log in history?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, there's no reason for this to go into the history - it's a configuration change, not a change to issue data, and the issue history is about the issue, not config.
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.
Hi to all,
Before you start changing Custom Field Names, I engourage you all to realise the consequences this can have. Therefore read this wonderfull article before you promise to make, or worse, make changes!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
It is simple.. In short
If you are keeping the same type then just simply edit the name as other users have described.
If you need change the type.. then you need to created another custom field "Flat-Files".. then identify all values used by old custom field "Database" (using Search).. copy value from "Database" field to the new one and stop using wrong field.
Copy value from one field to another can be done by using script runner plugin..
Or a post function added to JIRA Suite Utilities or JIRA Toolkit plugins..
I hope that helps.
Regards,
Mirek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Admin -> Custom field list -> find the custom field -> click Edit on that line. You'll be able to rename it there, no effect on the rest of the data, just the name
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.