Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-7614

Ability to access and create link information via SOAP

XMLWordPrintable

    • 5
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      I would like to acces the link information between issues via the SOAP API.

      So there should be a class similar to "RemoteIssue", let's say "RemoteLink" that covers the details of the links (type, source issue, target issue).

      A method
      public RemoteLink[] getLinks()
      should be added to the RemoteIssue-Class, maybe with some convenience methods that do some filtering (like getLinks(LinkType type) that only return certain Links.

      Or maybe it could be wrapped, so that the links are followed immediately without the step over the Links
      public RemoteIssue[] getIssues (LinkType which);
      that returns all linked issues that are linked via the linktype LinkType.

      It should also be possible to create Links, either explicitly:
      Link l = new Link (RemoteIssue from, RemoteIssue to, LinkType type)

      or directly on the RemoteIssue class.

      I would really be happy to see a feature like this in one of the next Jira versions.

            lmiranda Luis Miranda (Inactive)
            c9fd71d976c7 Michael Rudorfer
            Votes:
            90 Vote for this issue
            Watchers:
            58 Start watching this issue

              Created:
              Updated:
              Resolved: