hi,
i have 3 projects and i try to get issue by project id.
but it return all issues overall project.
i want issues as per project id.
i have tried following API :
i have issue assigned in 10010 but if i put 10000 then also i get same response.
assignee = username and project=10010 AND status in ("In Progress", "To Do") AND resolution = Unresolved order by updated DESC
i got results by this query thanks for support
I have a project that is specifically to include all of our projects. JQL is:
project in (AB, DED,CC P, MNO) ORDER BY priority DESC, Rank ASC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @akshay.dongave ,
Could you try with project key instead of id?
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.