Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to append text to field value when displayed on card?

Pete P
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 22, 2022

Is it possible to append text to field value when displayed on card?  I have a custom field of the single issue picker type.  I would like to add some text after the field value when it is displayed on the card.  Is this do-able?  I could also optionally add it during a post function if that is even possible on that field type.

1 answer

1 accepted

1 vote
Answer accepted
Tuncay Senturk _Snapbytes_
Community Champion
April 24, 2022

Hi @Pete P 

As far as I understand, you need to append some text to the custom field's value on the board view. If that's the case, you can't do that unless you implement your own custom field and code its relevant views (front-end).

I could not get the point of how you want to add during a post-function though.

Pete P
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 25, 2022

@Tuncay Senturk _Snapbytes_ , thank you.  What I meant during post function was something like

customField.value = customField.value & ": Extra text"

I don't know if that is do-able on the custom field of the single issue type however 

Tuncay Senturk _Snapbytes_
Community Champion
April 25, 2022

Yes, definitely you can do that. I mean, you can use an app to update a custom field value in a transition's post function. However, that would not be only specific to board view, but also issue main view as well as report exporting options (xls, csv).

Pete P
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 25, 2022

Thanks I will give it a try!

Tuncay Senturk _Snapbytes_
Community Champion
April 25, 2022

My pleasure! Please let me know if you have any issues or you need assistance.

Suggest an answer

Log in or Sign up to answer