Hi in the /rest/api/3 is there an api to get the issues assigned to a user. All the issues assigned to the user.
Yes, you can get all issues assigned to a specific user by this REST
/rest/api/3/search/jql?jql=assignee=username
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can try from here: https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-jql/#api-rest-api-2-jql-parse-post
You can define a jql in your body where you define the assignee and get the response.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.