Uploaded image for project: 'Jira Platform Cloud'
  1. Jira Platform Cloud
  2. JRACLOUD-95995

JQL function updatedBy() doesn’t accept Atlassian Account ID

XMLWordPrintable

      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

      1. 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

              Unassigned Unassigned
              045e5bbc18d4 Richard Santos
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: