Forums

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

Displaying screen name of comment in history of issue

ebrahim rezaian November 10, 2022

Hello guys

 

In Activity section bellow the issue, in comments, where all the comments are listed, I want to see behind the comments, the name of screen that comment was made in that screen. like Red texts that i made in bellow screenshot:

 

Screenshot 2022-11-10 103028.png

 

is it possible?

3 answers

0 votes
Fabio Racobaldo _Catworkx_
Community Champion
November 11, 2022

Hi @ebrahim rezaian ,

this is out of the box feature. You can do through a custom listener that intercept comment event and append the status name to the comment itself.

Fabio

0 votes
ebrahim rezaian November 10, 2022

@Alex Koxaras -Relational- HI

thanks for your answer

 

Even the status name, in which the comment was made would be enough. Could I show that like tags in the picture?

But what i really mean is something else.

0 votes
Alex Koxaras -Relational-
Community Champion
November 10, 2022

Hi @ebrahim rezaian 

What do you mean the screen in which the comment was made? The image you have pasted here, correct me if I'm wrong, shows statuses.

Alex Koxaras -Relational-
Community Champion
November 11, 2022

@ebrahim rezaian concerning you last comment:

Even the status name, in which the comment was made would be enough. Could I show that like tags in the picture?

But what i really mean is something else.

you could potentially achieve that by using JavaScript and insert the code on the announcement banner. But Unfortunately I can't help you on the code. Best approach, if you don't know as well JS and you want to that non the less, then a script listener (scriptrunner) could do that trick for you, and append a line with the previous status that the comment was made. Again you have to write groovy for that.

Suggest an answer

Log in or Sign up to answer