wt4
wt4 copied to clipboard
Cloud Jira Tempo and Account
Hi Marius,
We have moved to one of our clients Cloud Jira. They are using tempo for time logging. We need to select an account when logging time. I have attached a screenshot with an example of this field. Would it be possible to add this field to WT4 app? As now we cannot use the app to log time for this client.
Hey, thanks for reaching out. I'll do a bit of a search, but just without looking at it deeply, I have doubts this can be achieved without significant effort by replacing / re-implementing networking layer.
So here's a bit of a sum up,
- For the worklogs to end up in JIRA, I use basic ORM layer + standard JIRA, which in turn of course does not support the 'Tempo' endpoints, or missing properties (needs investigation). Probably would need to look at this creatively
- Probably 'Tempo' may require separate authorization, through speculating (needs investigation)
- Don't have access to 'Tempo' instance. If I understand correctly it is behind a paywall just to try out
- On the other hand, if it is something, as as simple as just providing a property when we're composing the worklog (or even new one), maybe that could be done 🤷️
So as I've said, I'll dig around, though I have doubts. Once I have more news, I'll share it here.
Cheers ✌️️
Hi, thanks for looking into this.
Okay, I believe this may be out of reach. Based on Tempo API: Auth, it uses separate authorization mechanism, meaning I don't even have a way to try it out 😕️ And as this is a significant time investment, I fail to see myself having the time to spend on doing the implementation itself, sorry 🤷️
So, one way would be though, if someone would want to make the investment and build yourself. The endpoint mechanism is contained in separate module module. So in theory, you would just detach regular JIRA endpoints and attach the Tempo ones. If there would be a pull request I would definitely could take a look and try to build a release version if needed be.
I see, thanks anyway.