Get all projects available for the current user.
await SR.jira.getAllProjects();// expected result:// [{// id, key, name, avatarUrls, projectCategory// }] Copy
await SR.jira.getAllProjects();// expected result:// [{// id, key, name, avatarUrls, projectCategory// }]
Get all projects available for the current user.