You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi there,
I am trying to query a worklog fields using Jira Cloud for sheet JIRA formula in google sheet and I'm facing an internal error.
I tried simple query like this :
=Jira("worklogDate >= 2020-04-24 AND worklogDate <= 2020-05-21";"Project,customfield_10008,issuetype,customfield_11852";0;5000)
and it worked like a charm but when I add any of this fields : "worklog.authorDisplayName,worklog.authorEmail,worklog.started,worklog.timeSpentSeconds" it crashed with an #ERROR "internal error preventing the function execution"
Anyone have any clue on why it doesn't worked ?