Currently we have custom fields that are text fields
Everytime we go from one transition to another and update the text from the edit screens, the text gets replaced. Is there anyway to just append the text to what is currently there already?
Thanks
Hi Pan,
We do what you need in one of our business workflows using the JIRA Workflow Toolbox plugin with a post-function called "copy parsed text to a field". This unfortunately doesn't look like it's available to OnDemand users.
In case you (in the future) or other users find it helpful, I will describe the steps:
It would be nice if The Jira Suite Utilities plugin could allow appending with the "Update Issue Cusom Field" postfunction, since that plugin is available ondemand. There is an improvement issue at their bug tracker, if you'd care to vote for it.
We would like to use comments however because we using it in part with code deployments we want to have easier visiblity as oppose to searching through all the comments if people were to put comments and code deployments in the same area
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, I see what you mean. Any reason why you aren't just using "Comment" then?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Thanks for the responses.
Natalie
We do see the text that we can edit but we were hoping that we can avoid this. The reason being we do not want people deleting the text (accidently or on purpose) by the assignee or by other people.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Add the custom field in question to a screen, and then associate this screen with the workflow transition that you prefer (in this case, the workflow transition that allows you to edit the field).
This will, in effect, showcase the screen with the field that you would like to edit whenever you perform the transition; since this transition is set to show this screen.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We are already using a new screen with the transition.
We want to be able to avoid seeing the previous text cause that will allow for any deletion by other people who are going through the workflow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's odd - if you have the field on the transition screen (or on an edit screen), it should display whatever the current text is and the user should be able to add new information to it without overwriting what's already there. Are you sure this isn't a case of user error? Or do you mean that you are updating the field via a post function off of your transitions?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will need to have a post function that appends the text. It is not possible in JIRA onDemand though as new customizations/plugins are not allowed on onDemand.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will have to do some coding/scripting for sure. I haven't seen an append post function.
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.