We are using the Tempo Timesheets plugin and when we log time in Tempo, we want to automatically copy the "Description" as an "Internal comment" in Jira. That way we can follow up everything what happened int the ticket.
So briefly:
Is it possible to copy the Tempo timelog decription as an Jira internal comment?
Hello,
You can try to get this done by using scriptrunner for sure (even if I've no clue on how doing this).
You can also try to get this value into Automation (It's not garanty working solution) by grabbing the update issue event or maybe the worklog added event, the add the value to a custom value and finally copy it in comment.
Unfortunalty I'm not so confident on my knowledge using tempo with automatisation so I do m est on the best of my knowledge.
Hope this help.
Thank you for the quick reply!
We'll have a look at scriptrunner and possible automations!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Reindert VanderhaeghenI'm curious if you got any solution to this, as I suspect we have the same fundamental need.
# TL;DR;
Probably like you, I want to remove friction for my team to use Tempo by enabling them to use it to both:
Now that we all have the View Team Worklogs permissions, we can all see the tempo items in the middle of the page, and in the Worklogs tab at the bottom next to Comments, however the Worklog text has been heavily modified to the point of being useless as a Comment:
For example, the following long comment contains lists and code formatting markup:
This is an even longer, much, much much, much longer description, yes a very long description indeed, of:
1. Detail about what I did in this issue
2. Detail about another thing I learned in this issue
```
# a terminal output excerpt showing:
a command I ran and
the resulting error I got in the process
```
I'm really hoping a teammate can read this clearly because my work day is over and I'm on the West coast and teammates are in Mumbai and can pick this critical work up in the morning..
which looks like this in the issue:
# Alternatives
Notes:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Following up with another possible solution to @Reindert Vanderhaeghen 's original ask - to copy worklogs to comments where they will naturally be rendered in a more sane way than worklogs.
It would seem to me that this feature is as simple as adding a “Copy Description to Issue Comment” checkbox in the Tempo “Log Time” interface and modifying the "Log Time" handler to, when checked and Description string not empty, POST the Description string to `rest/api/2/issue/{issuekey}/comment` as described here.
This is probably what was implied by @Florian PEREZ [Valiantys Administrator] when mentioning Scriptrunner, to monitor the "Log Time" event and respond by the action I outline above.
I've sent a request to the Tempo team for recommendations here, proposing all the mentioned solutions, requesting feedback.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Reindert Vanderhaeghen @Florian PEREZ [Valiantys Administrator] I submitted this request to the Tempo support team, and they created this feature request in their ideas portal. Please go and vote for it if you are interested in the Tempo app supporting integrating Tempo-generated Worklogs into Jira issue comments.
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.