Skip to content

Add ParentIssueURL field to Issue struct #3840

@SP3269

Description

@SP3269

Please add ParentIssueURL field to the Issue struct. This helps to easily identify issues that are child issues of other issues without using /parent API call.

The API spec description of the field:

          "parent_issue_url": {
            "description": "URL to get the parent issue of this issue, if it is a sub-issue",
            "type": "string",
            "format": "uri",
            "nullable": true
          },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions