You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi all, we have small plugin in our company for reports generation in needed format. We use tempo API to get worklogs but we have 3-4 JIRA.
When I build request to Tempo API:
with cred:
beforeSend(xhr) {
xhr.setRequestHeader("Authorization", "Basic " + btoa(config.credentials.email + ":" + config.credentials.password));
}
jirahostUrl1 + '/rest/tempo-timesheets/3/worklogs?datafrom=someDate&dateTo=someDate'
First JIRA sent worklog response for logged in user (credentials in request header), but second sent worklog response for ALL users.
If I make request like this:
jirahostUrl1 + '/rest/tempo-timesheets/3/worklogs?datafrom=someDate&dateTo=someDate&username=someUserName''
Second JIRA sent worklog response for logged in user, but another JIRA sent response an empty array.
What I do wrong here? Maybe we need change some JIRA settings/premissions?
Thanks
The manager’s daily activities include a list of challenges to reach high levels of efficiency for their teams. Part of these challenges is related to how to deal with the worklog systems sin...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.