Project

General

Profile

Actions

Feature #12185

open

APIForNG. Разработка нового метода для возвращения информации о связях фрагментов документов и требований

Added by Радек Мария about 1 year ago. Updated about 1 year ago.

Status:
Verified
Priority:
Normal
Category:
-
Target version:
-
Start date:
02/14/2023
Due date:
% Done:

100%

Estimated time:
Published in build:
1.4.779

Description

Необходимо разработать новый метод для возвращения информации о связях фрагментов документов и требований, которые отображаются в интерфейсе:
- для requirement на вкладке Description в поле Locations
- для document на вкладке Locations


Files

clipboard-202302141108-ks4kn.png (110 KB) clipboard-202302141108-ks4kn.png Радек Мария, 02/14/2023 11:08 AM
clipboard-202304202210-homgh.png (75.2 KB) clipboard-202304202210-homgh.png Радек Мария, 04/20/2023 10:10 PM
Actions #1

Updated by Denis Kildishev about 1 year ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
Actions #2

Updated by Denis Kildishev about 1 year ago

  • Published in build set to 1.4.779
Actions #3

Updated by Радек Мария about 1 year ago

Пример ответа:

{
   "success": true,
   "result": [   {
      "uuid": "c336797f-f041-4918-9791-3b5d1cff50ec",
      "type": "Location",
      "uvid": "Documents/Test_doc.xhtml/c336797f-f041-4918-9791-3b5d1cff50ec",
      "qid": "/Documents/Test_doc.xhtml/c336797f-f041-4918-9791-3b5d1cff50ec",
      "label": "pellentesque mi",
      "related": [      {
         "uuid": "6f02b1da-4c1d-400e-8910-938a12acb843",
         "type": "Document",
         "uvid": "Documents/Test_doc.xhtml",
         "qid": "/Documents/Test_doc.xhtml",
         "label": "Test_doc.xhtml" 
      }]
   }]
}

Actions

Also available in: Atom PDF