Hi;
Am trying to get the issues related to a specific use in specific project by using web api as bellow;
https://domainname/rest/api/2/search?jql=project=12345&reporter=user1
bu the result is all issues created by every body. that means reporter= filter is not working. any idea.
note: am using postman to do the request and am new to jira
Hello,
Your query should look like this:
https://domainname/rest/api/2/search?jql=project%3D12345%20AND%20reporter%3Duser1
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.