joomla / jissues

Issue tracking application extending GitHub's issues and pull requests for the Joomla! project.
https://issues.joomla.org
GNU General Public License v2.0
69 stars 81 forks source link

Cannot edit an issue after posting unless I go to Github. #940

Open uglyeoin opened 7 years ago

uglyeoin commented 7 years ago

If you are submitting an issue for the Joomla! CMS, please submit it at https://github.com/joomla/joomla-cms/issues/new instead. You may remove this line from the issue template.

Steps to reproduce the issue

Submit an issue/comment on an issue

Expected result

I want to edit my comment or issue

Actual result

I can edit on Github but it remains incorrect on issues.joomla.org. It would be great to be able to edit the issue.

System information (as much as possible)

Additional comments

mbabker commented 7 years ago

Usually edits come in from GitHub pretty quickly thanks to webhooks and our cron jobs, but you're right that an edit feature in general is missing that's comparable to GitHub.

FWIW we do have a full issue edit page for certain ACL groups, we might want to look at expanding its use to include an "edit own" style check letting someone edit the base data they submitted regardless of their ACL role.

uglyeoin commented 7 years ago

In which case are we saying we don't want people to use issues.joomla.org because they may as well use Github? I'm trying to encourage people to submit issues and resolve them and it's a little confusing as to which way is the preferred way at the moment.

mbabker commented 7 years ago

Either one works, both end up with the same information. The basic difference is the tracker has categories, status tracking, the tests widget, and a way to give users (mainly bug squad members) permissions to manage items on GitHub through its API without giving everyone full management access on the repo.

uglyeoin commented 7 years ago

Ah I see, ok got it. Very clever stuff. Ok well my issue is neither here nor there, if it's in any way difficult then other things should be prioritised instead.