InterviewSolution
Saved Bookmarks
| 1. |
Is this valid query: project = TEST AND assignee in (currentuser())? |
|
Answer» Yes; it will RETURN test projects where ASSIGNEE is same as CURRENT user |
|