-
Bug
-
Resolution: Unresolved
-
Low
-
Severity 3 - Minor
-
Issue Summary
The JQL function updatedBy() doesn’t accept an Atlassian Account ID (AAID) as a parameter.
As the usage of username and userKey in JQL searches is under deprecation in favor of AAID, the function updatedBy() not accepting AAID doesn’t match the expectations set by the announcement https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/?utm_source=chatgpt.com#summary-of-changes
Steps to Reproduce
- Execute a JQL request passing an AAID as a parameter to updatedBy().
Example:(project in (ProjectName1, ProjectName2) AND IssueType in (Epic, Task) AND ( issuekey in updatedBy(AtlassianAccountID))
Expected Results
As expected by the announcement of username and userkey deprecation, the work items updated by the user represented by the AAID should be returned.
Actual Results
No results are returned.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- relates to
-
ECOHELP-82612 Loading...