i have a url with a project like
https://mypage.com/rest/api/latest/search?jql=project='project-code'
thats work fine, but I also want to bring certain issuetypes like Evolutive, how can i bring this issues? i tried with an "&" but it brings me all of the issues
You could try something like this https://mypage.com/rest/api/latest/search?jql=project='project-code'%20AND%20issuetype%20%3D%20Evolutive
Thanks,
Tim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.