Hi,
I need a filter to view Internal Issues in BigPicture.
How can I filter issues which are internal Issues? What's the right field?
Thanks in advance
Regards
Hi all,
On Cloud, it is possible to use jql to find issues that are set as internal in Tempo.
To do this, please use:
issue.internal is not EMPTY
This returns all issues that are listed as internal in Tempo.
Regards,
Susanne Götz
Tempo team
Hi
Thanks for the tip.
Do you know if I need some special permission to access that field?
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Adriana,
there is no special permission linked to this jql function. This function is only available on Cloud, Tempo Timesheets needs to be installed and needs to be the Time Tracking provider.
The Server version to find internal issues in jql is:
"issuekey in internalIssues()"
Please note that it does not take any parameters, but simply returns all issues that are listed as internal in Tempo Timesheets.
Regards,
Susanne
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Susanne.
Thank you very much for your help. It's just what I was looking for.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could also ask Temp if there's a flag somewhere in the data model that you could use
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How are you identifying internal issues in the data?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't believe there's any function for pulling those out of Tempo into BigPicture (as they're planning only issues as well) - you have to know what issues you have configured as internal in Tempo, then name them explicitly in filters.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Keep the internal issues with a prefix of 'INT'.
or, keep them in their own JIRA project
we keep ours in an Internal Admin project (prefix IA)
OR
create your own custom flag on Issues to flag them
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.