Our team wants to start using Goals in our projects now that Atlas is open to all users. However, many of our teams also use the Tempo Structure tool for tracking their work. Currently, I can use JQL to query issues that have a goal, but I cannot display the goal information in a separate column. I reached out to the Tempo team and they said Atlassian has not provided an API for them to grab this information.
So, my backup solution is to update a custom text field with the information from the Goal assigned to an issue. This text field could then be displayed instead. In testing, I created this simple Automation:
This prints the ID of the goal, but I don't know how to find more useful information such as the goal name, status, or target date. I tried the {{issue.Goals.status}}, for example.
Any help would be appreciated.