You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there's a call to get the user by username. The issue is this query parameter is deprecated, now they encourage to use accountId as the way to identify the user Jira Docs
If this is correct the actual hook to fetch the user info is broken.
Expected Behavior
Current Behavior
Steps to Reproduce
Possible Solution
Context
Your Environment
@backstage/plugin-catalog-react version:
@backstage/integration version:
The text was updated successfully, but these errors were encountered:
In
roadie-backstage-plugins/plugins/frontend/backstage-plugin-jira/src/api/index.ts
Line 321 in a1b5581
username
. The issue is this query parameter is deprecated, now they encourage to useaccountId
as the way to identify the userJira Docs
If this is correct the actual hook to fetch the user info is broken.
Expected Behavior
Current Behavior
Steps to Reproduce
Possible Solution
Context
Your Environment
@backstage/plugin-catalog-react
version:@backstage/integration
version:The text was updated successfully, but these errors were encountered: