petrbroz / bim360-issue-editor

Prototype application for bulk-editing BIM 360 issues using Autodesk Forge APIs.
https://bim360-issue-editor.autodesk.io
MIT License
9 stars 11 forks source link

Additional fields for export #16

Open ahmad-hisham opened 3 years ago

ahmad-hisham commented 3 years ago
  1. Add multiple fields in the Export to Excel function:
    • identifier (Issue Number)
    • created_by
    • updated_by
    • assigned_to
    • assigned_to_type
    • created_at
    • updated_at
    • due_date
    • location_description
  2. Add Issues Custom Attributes
  3. Add hyperlink to the issue in the identifier column
  4. Use ListItems command to retrieve details about only referenced documents instead of folders search endpoint (fix bug when running on a number of projects), and use returned pathInProject attribute
  5. Fix bug when getting users list to read correct id from (when using Project Users )