Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please find the example below where the maxResults parameter is for the URL is given as 100

Code Block
<Jira URL>/rest/api/2/searchjql=project=<projectname>&os_username=xxxx&os_password=xxxx&maxResults=100

...

Please find the example above where the maxResults parameter is for the JSON macro is given as 100 inside the URL of JSON data which previews 100 issues of a given project.

...