feature: Append label to an issue, show labels at issue list view. #300
feature: Append label to an issue, show labels at issue list view. #300ankitpokhrel merged 8 commits intoankitpokhrel:mainfrom
Conversation
|
Hi @stchar, Thank you for the PR. I can agree that the default behavior for label edit should be to append the labels so that we won't accidentally lose the data. But, Instead of introducing a new flag Also, let's keep table view as is. We can do a wide variety of things with Jira, and it may not be possible to incorporate everything, and I would like to keep things as simple as possible. A better thing to do would be to make the tool extensible so that devs can add new features on top of the existing one (using plugins). |
|
Hi @ankitpokhrel, thanks for the input. I've removed the labels field form the issue view. Regarding And people who already use it a lot they may be frustrated. Because they are already ok that it rewrites the field and may have some scripts on top of it. So now its not an architecture miss rather than a feature )) That's why I added additional flag to change the behaviour. What do you think? |
|
@stchar that's a valid concern, but we are still in v0, and as per semantic versioning, that's acceptable. Be assured that we won't have any breaking change once we reach v1. From the doc
|
|
@ankitpokhrel, ok cool, will rework it. |
|
@ankitpokhrel, it's done. |
ankitpokhrel
left a comment
There was a problem hiding this comment.
@stchar Just one small comment, looks good otherwise. Thank you!
|
@ankitpokhrel, cannot see your comments. Did you submit the review? |
Sometimes I just need to add a new label to an issue, unfortunately
jira issue editis designed to overwrite them.Another miss is if I want to get the labels I need to open the browser or call
jira issue view