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

REST jira api missing some element in description

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Medium
    • 7.0.0
    • 4.4.1
    • REST API
    • Java Version: 1.6.0_29

    Description

      WSDL file jirasoapservice-v2.wsdl contain some error in our point of view:

      1. in the description of the type specified, that he must return the element ID, but returns the attribute ID:

      now is:

      <complexType abstract="true" name="AbstractRemoteEntity">
       <sequence>
        <element name="id" nillable="true" type="xsd:string"/>
       </sequence>
      </complexType>
      

      in our point of view must be:

      <complexType abstract="true" name="AbstractRemoteEntity">
       <attribute  name="id" nillable="true" type="xsd:string"/>
      </complexType>
      

      2. in the description of the type missing some element:

      <complexType name="RemoteIssue">
      <complexContent>
      <extension base="tns1:AbstractRemoteEntity">
      <sequence>
      ....
      <element name="id" nillable="true" type="xsd:string"/>
      ....
      </sequence>
      </extension>
      </complexContent>
      </complexType>
      

      Attachments

        Activity

          People

            mquail Matt Quail (Inactive)
            f4b87d9e62dc Igor Denisov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: