Hi Guys,
I've got the latest version of Tempo installed in my JIRA On Premise setup.
I'm trying to use some of their JQL Functions to filter issues as described in this article:
https://tempoplugin.jira.com/wiki/display/TEMPO/Tempo+JQL+Functions
When I try using the Account field (eg Account = "123") it returns an error
Field 'Account' does not exist or you do not have permission to view it.
I'm logged in as the System Administrator and have full access to the Accounts section.
The Assignee in Team("Team Name") functions work properly
Any suggestions on what I might be doing wrong?
Thanks
Chris
Hi Chris,
the error message seems to indicate a conflict between Custom fields in JIRA. If you start to write the name of your Tempo Account Custom Field, you should only get one possible choice in the dropdown. If you get more than one possibility to choose from, please rename the Custom field to a have a unique name.
Hope this helps
Susanne
Thanks for the feedback Susanne - that sorted it out. There was a conflict between Account and Client in the custom field mapping. 2 Different administrators using different nomenclature :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Chris,
the only permisson for the Account filter is the Browse Project permission, but there seems to be a problem with the JQL.
I had no problems using this feature if the name for the Tempo Account Custom Field was "Account" but if I chose a different name I got the same error you received. Then I could get it to work like this (using Tempo Timesheets 7.8.1.1):
If you use f.x the query Account IN accountsByCustomer(
"ACME"
)
Please start by entering the name of the Tempo Account Custom Field. A dropdown should open and give you the possibility to choose the custom field (use the one with the cf[xxxxxx] added. After adding IN to the string, a new dropdown should open and give you the possibility to choose "accountsByCustomer(""). Add the Customer key instead of ACME. This should give you all issues which include the Tempo Account custom field for a Customer with this key.
I will send this to the development team for maintenance.
Hope this helps
Susanne
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.