Confidential issue creation
We need to allow users to mark an issue as confidential.
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
We need to allow users to mark an issue as confidential.
I would like to take a crack at this but to me it seems like something that backend should support as well, correct? Is the backend ready for this enhancement?
Heya, the backend does support it!
http://docs.gitlab.com/ee/api/issues.html#new-issue
so we would just need to pass the confidential
value in the creation response.
I envision the UI being a SwitchCompat
within the issue creation. We probably also want to show if the issue is confidential in the issue detail as well.
Thanks!
Ah okay. I plan to have something ready by the end of this week.
mentioned in merge request !21 (merged)
mentioned in commit 879066b5
closed