Is there any easy or simple way to automatically add a ‘link’ or ‘comment’ to tasks from other tasks in the comments… the way GitHub does it by mentioning issues?
Example, if we create a comment a comment in a task, it currently shows us a link to the other task…but if you go to the other task, it is not automatically linked back.
How can you link to a comment of a task? From Comment to another task is OK, this works. But comments?
And the way back is another story. I don’t know.
If you add #125 to github comments, it creates an entry in the comment section that #124 mentioned #125… It would be create if that could be in Kanboard aswell.
Currently, the only way to ‘link’ between tasks is through manually adding an internal link
(a real example from one of my projects). I haven’t checked the API, but it seems to me at the time a comment is posted, you know the task_id from the task that you’re posting to, and so in this example “#11” could be resolved to task_id=64&comment-11 as in the example to add to the end of the URL.
yeh there seems to be a way, I dont fully understand it yet.
Ultimately, once a comment mentioning a task is created, it should create a ‘matching’ comment in the other task… thats the original thought anyway, the same as the way GitHub comments work.
Will look into it more once I have released my next plugin