Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing feature GET task details without project-id #16

Closed
7elix opened this issue Dec 31, 2017 · 5 comments
Closed

Missing feature GET task details without project-id #16

7elix opened this issue Dec 31, 2017 · 5 comments

Comments

@7elix
Copy link
Contributor

7elix commented Dec 31, 2017

For some endpoints the task-id is the only necessary detail (/comments/task/{task-id}). But for other endpoints the task-id has to be supplied in combination with the project-id (/projects/{project-id}/tasks/{task-id}).

For many use cases only the task-id is known. Currently there seems to be no solution to retrieve tasks details (especially the the project-id) based on the task-id.

In order to work with tasks there should be a endpoint to get task details (the task's project-id) based on the id

(GET) /tasks/{id}

@7elix
Copy link
Contributor Author

7elix commented May 10, 2018

Any news?
Currently it is impossible to get task details only based on the uid.

@7elix
Copy link
Contributor Author

7elix commented May 30, 2018

Any news?

@szczykafka
Copy link

any news?

@7elix
Copy link
Contributor Author

7elix commented Jul 4, 2018

shall be build a work-around ourselves?

@7elix
Copy link
Contributor Author

7elix commented Mar 30, 2019

We build a simple work-around. Connect this tiny tool directly to activeCollab database and send REST requests:

https://github.com/PHORAX/activecollab-api

@7elix 7elix closed this as completed Mar 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants