Hi
Trying to change the text in the Summary field after the issue is created by using a post function in the workflow - Update any Issue field function
I can manage to get the text updated but I can not add the value from my custom field - so, if I enter Test %customfield_15038% in the "field value" box the Summary field is update with that exact text - Test %customfield_15038%
If the custom field has a value of "PROD" - I would like the Summary to be updated with Test PROD...
Any thoughts on this is really appreciated :-)
We run Jira 7.13
Hi Jennie
If you want to copy the value from a custom field to the summary, you should use the Copy Value From Other Field post function.
It lets you select which fields to copy where, and whether you want to overwrite, append or prepend the value – you can even specify a separator between the existing and new value.
So if you want to copy the field – let's call it "Deployed to" – to the summary, you would select something like:
Deployed to | Summary | Prepend | - |
And JSU will copy the value before the existing summary, e. g., PROD - User could not log in
If you need further help, our support team is always happy to help you: https://servicedesk-apps.beecom.ch/servicedesk/customer/portal/3
For more information on the Copy Value post function, see our documentation: https://confluence-apps.beecom.ch/display/JSU/Copy+Value+From+Other+Field+Post-Function
Cheers,
Benjamin
Hello Jennie,
what Apps are you using to achieve this? This does not seem to be a default functionality.
Using the Update Issue Field Postfunction, you can simply override the summary to a static text as far as I know. For the actions you are trying to perform, you will need to take a look at one of the following Apps:
Cheers,
Andrej from greenique
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
So, we have a lot of extra Apps for example JSU Automation suite for Jira workflows, update on transition by Bob Swift
And I'm not using the Update Issue Field, but the Update any Issue field ( I have the Update Issue field option as well)
But it might be that you are correct, that it can only be updated with a static text and nod add the value from a custom field as well
Thanks for your answer, though it was not what I hoped for :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Jennie Peleback
well, since you have JSU it is for sure possible. Have you tried to entwer your value with %% before and after the variable? Then in addition, you can choose Append value, to add this value behind your original value.
Cheers,
Andrej from greenique
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes that was my thoughts, it should work :-)
Mm, I have tried enter %, %% and '%% before and after - nothing works - it keeps updating it with the exact text I enter.
Was wondering if the variable is wrong, if it's not called customfield_idnumber anymore
But I tried using just the id number as well, and original_customfield_idnumber
And I've put the postfunction after the "Creates the Issue originally" to ensure the custom field has a value to add
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could also try the following if you have a technical user
Maybe this is a workaround that gets it done correctly. But in the end, maybe contacting their support staff will help you out. It could be that the type of custom field needs to be treated differently or that it is not supported yet.
Cheers,
Andrej
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.