Versions Compared

Key

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

...

The URL format looks like this. https://<jira-URL>/rest/dataplane/latest/report/

...

Code Block
{id}/admin?newOwner={username}

...

  1. Login to Jira as Jira Administrator.

  2. For example, a report that you would run with the following URL,

    Code Block
    https://{YOUR_JIRA_DOMAIN}/secure/DataplaneReport!default.jspa?report=f3f67d5e-3c74-4980-b470-9b2dff59a637&action=run
  3. Can be changed to a new owner by pasting the following URL in your browser. Here, enter the username in place of {NEW_OWNER_USERNAME}

    For example, this will be {NEW_OWNER_USERNAME} changed to {testuser1}.

    Code Block
    http://{YOUR_JIRA_DOMAIN}/rest/dataplane/latest/report/f3f67d5e-3c74-4980-b470-9b2dff59a637/admin?newOwner={NEW_OWNER_USERNAME}

    Sample URL:

    Code Block
    http://Examplejira.atlassian.com/rest/dataplane/latest/report/264213e5-2476-43ec-b3af-a5b61498197d/admin?newOwner=testuser1
  4. Go to the Arsenale Dataplane Reports.

  5. Verify under the My Reports section that the report has been added here.

    Image RemovedImage Added
Info

NOTE: Before you access the above REST URL, you must first authenticate yourself as a Jira administrator in the browser. An easy way to do this is by going to Dataplane Reports -> Administration and entering your username/password if you are prompted.