...
- Create a filter that matches your needs. For example, it is easy to create a filter for any JQL search.
- Make the filter a favorite filter for the user id that will run the automation. A favorite filter is required for #3 .
- Use the getIssueList action and specify the search filter. This method pages the results so that JIRA retrieves less than the limit each time.
Info | ||
---|---|---|
| ||
This can take a while to process depending on the number of issues. Make sure your Java memory parameters are large enough to handle the amount of data as all data is in memory before being written to a file. |
...