Get issue list from JIRA

Problem Statement:- I want to extract Issue in Jira from project.

  1. There are a project and in project there are 10 subproject
  2. I want to extract only my project issue list from 10 subproject

Things what i have tried:-

  1. Used Get Issue List activity but its giving all issues listed in main project(i put limit 500 but its showing only 100 rows)

Can someone help me to extract issues from subproject or project(how can we increase limit of 100 because i put limit 500 and its showing only 100 rows)

Please suggest what can i do for get all the issues listed in project

Thanks in advance

Hi, If you work on Jira on-prem, see here.
You have the source code for JIRA queries there (Scenario 2).