Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Jira Legacy
serverJIRA (sagebionetworks.jira.com)
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIdba6fb084-9827-3160-8067-8ac7470f78b2
keyPLFM-3830
Jira Legacy
serverJIRA (sagebionetworks.jira.com)
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIdba6fb084-9827-3160-8067-8ac7470f78b2
keySWC-3219

Use case

 

Mockups

File Tab View

...

Single File View

Toggle Discussions

 

Models

EntityThreadCounts

List<EntityThreadCount>

EntityThreadCount

String entityId

int count (the number of threads that the current user can view)

API

 

...

ActionIntended UserURIMethodRequest ParametersRequest BodyResponse Body
Get all threads that mentioned an entityauthorized user/entity/{id}/threadsGET
order
sort, ascending, limit, offset PaginatedResults<DiscussionThreadBundle>
Get number of threads for list of entityauthorized user/entity/threadcounts

 

POST List<String>EntityThreadCounts

Comments

  • What does the UI look like for Table, Project, File View, and Docker?
  • Do we add up the number of threads mentioning entities within the folder to folder's thread count? No.