Hello All,
Could you please tell me API to fetch projects and tasks assigned to a user? Do we have any way?
Thanks,
Vishal
Hello,
You could use Jira Rest Api:
You should pass:
assignee = youruser
as the JQL parameter and you will get all issues, assigned to this user. Issues contain information about the project, they belong to.
Thanks, Alexey for the answer. This is useful. I will try it out.
I am new to Jira API, could you please tell me API to update user project and task information as well?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can update a project with this Rest Api:
You can update an issue with this Rest Api:
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.
If I answered your question, kindly mark my answer as accepted.
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.