プロジェクト

全般

プロフィール

Vote #80752

未完了

Provide status for issue children via REST API

Admin Redmine さんが約2年前に追加. 約2年前に更新.

ステータス:
New
優先度:
通常
担当者:
-
カテゴリ:
REST API_32
対象バージョン:
-
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
32
version_id:
0
issue_org_id:
33151
author_id:
448033
assigned_to_id:
0
comments:
1
status_id:
1
tracker_id:
2
plus1:
0
affected_version:
closed_on:
affected_version_id:
ステータス-->[New]

説明

When the children to an issue is requested with /issue/1.json?include=children they are returned in the format:

{
  children: Array<{
    id: number
    tracker: {
      id: number
      name: string
    }
    subject: string
  }>,
  ...
}

It would be very nice if also the status where returned, like so:

{
  children: Array<{
    id: number
    tracker: {
      id: number
      name: string
    }
    status: {
      id: number
      name: string
    }
    subject: string
  }>,
  ...
}

When displaying an overview of a parent issue it's often very helpful to be able to show the status of all child issues.

This can be worked around by sending an extra request like /issues.json?issue_id=2,3,4 for all child issues, but it feels wasteful and unnecessarily cumbersome for what I assume would be a quite common use case.


journals

--------------------------------------------------------------------------------

Admin Redmine さんが約2年前に更新

  • カテゴリREST API_32 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0