Hi!
Is it possible to create a task in a business project and then move or copy it to a JIRA software project (and follow it to completion)?
Thank you!
Hi Peter,
There is a Tempo function - team(), that you can use:
assignee IN team("The A Team")
Cheers,
Vidar
Does this only work in Tempo Server? Or does it work in Cloud as well? I am in Cloud and can't get the function to work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
assignee IN team("The A Team") does not work see below...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Peter,
it is not possible to use the Tempo Team quite in the same way as membersOf, but if you have set the Tempo Team Custom field on your Issue screen, you can filter by Issues linked to the Team (https://tempoplugin.jira.com/wiki/display/TEAMS/Teams+Custom+Field). It is not possible to sort by f.x. assignee that is a member in Team X.
To filter issues by Team set in the Team Custom field in jql, you can use:
Team = "TeamName"
Kind regards,
Susanne
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.