Context
Studio name: TETSUO animation studio
Describe the bug
Depending on where we get task data, the data is inconsistent - noticably the 'assignees' field missing when using the /shots/ or /assets/ route.
Example:
yourkitsuurl.com/api/data/shots/<SHOTID>/tasks doesn't include the assignee list field.
yourkitsuurl.com/api/data/projects/<PROJECTID>/tasks DOES include the assignee list field
This also impacts gazu's get_all_shots_for_project vs get_all_tasks_for_project which exhibits the same inconsistency
Expected behavior
No matter which route we're coming from, task data should look the same ( in this case include the ["assignees"] field.
Context
Studio name: TETSUO animation studio
Describe the bug
Depending on where we get task data, the data is inconsistent - noticably the 'assignees' field missing when using the /shots/ or /assets/ route.
Example:
yourkitsuurl.com/api/data/shots/<SHOTID>/tasksdoesn't include the assignee list field.yourkitsuurl.com/api/data/projects/<PROJECTID>/tasksDOES include the assignee list fieldThis also impacts gazu's get_all_shots_for_project vs get_all_tasks_for_project which exhibits the same inconsistency
Expected behavior
No matter which route we're coming from, task data should look the same ( in this case include the ["assignees"] field.