Hello everyone,
Is it possible to add a custom field below the details of a ticket that displays the last 5 tickets created by the same user?
I've attached a photo to with what I want.
I have also searched if this topic has been discussed but couldn't find anything related.
Thank you in advance!
Cristian
Welcome to the community @Cristian Ciribasa!
You should be able achieve this by using automation.
{{lookupIssues.get(0).key}} {{lookupIssues.get(1).key}} {{lookupIssues.get(2).key}} {{lookupIssues.get(3).key}} {{lookupIssues.get(4).key}} |
Result upon creating ticket:
Hope it helps!
Not my question but wanna add that I love this solution! It won't work at time of creation of a ticket but if a ticket already exists and requires more work it's nice to have a snapshot at the user's ticket history just after the moment of creation.
Sadly it won't reflect the "current" status each time on older tickets but still a nice creative work around!
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.