I guess one question is, why don't you want people to have read access to the code? IMHO if they aren't trustworthy to view code, they probably aren't trustworthy to be submitting tickets (or employed in any other roles in the org as well). To actually answer your question, you can have projects that span multiple repos, but you can't have repos that only have permissions for issues. In my org, we have a few differen…
I might be security LARPing but if someone doesn’t need to read the code to be able to do his job he just shouldn’t have access to do it. Person might have been trustworthy when they were hired and they might change their mind at some point. Even better - they still might be trustworthy but their computer got compromised and someone might be using them. Maybe some other employee has problems with them and since they…
Ask HN: Anyone Replace Jira with GitHub Issues?
11–20 of 26 posts
Re: Ask HN: Anyone Replace Jira with GitHub Issues?
#12Google seems to document everything in repo - which is brilliant since it can be reviewed, you can ask PR author to update doc and hence less likely to go out of sync.
Re: Ask HN: Anyone Replace Jira with GitHub Issues?
#13Earlier quoted context omitted.
I might be security LARPing but if someone doesn’t need to read the code to be able to do his job he just shouldn’t have access to do it. Person might have been trustworthy when they were hired and they might change their mind at some point. Even better - they still might be trustworthy but their computer got compromised and someone might be using them. Maybe some other employee has problems with them and since they…
Kinda get your sentiment, but you missed parents point. Whoever creates tickets SHOULD be able to at least skim code, do basic PR reviews, test a build. "I create tickets only" sounds like a toxic role.
Re: Ask HN: Anyone Replace Jira with GitHub Issues?
#14Earlier quoted context omitted.
I might be security LARPing but if someone doesn’t need to read the code to be able to do his job he just shouldn’t have access to do it. Person might have been trustworthy when they were hired and they might change their mind at some point. Even better - they still might be trustworthy but their computer got compromised and someone might be using them. Maybe some other employee has problems with them and since they…
Kinda get your sentiment, but you missed parents point. Whoever creates tickets SHOULD be able to at least skim code, do basic PR reviews, test a build. "I create tickets only" sounds like a toxic role.
You are wasting money paying people to write tickets and not read code.
Re: Ask HN: Anyone Replace Jira with GitHub Issues?
#15I guess one question is, why don't you want people to have read access to the code? IMHO if they aren't trustworthy to view code, they probably aren't trustworthy to be submitting tickets (or employed in any other roles in the org as well). To actually answer your question, you can have projects that span multiple repos, but you can't have repos that only have permissions for issues. In my org, we have a few differen…
I might be security LARPing but if someone doesn’t need to read the code to be able to do his job he just shouldn’t have access to do it. Person might have been trustworthy when they were hired and they might change their mind at some point. Even better - they still might be trustworthy but their computer got compromised and someone might be using them. Maybe some other employee has problems with them and since they…
There are very few use cases where I believe read only access to code from people in product, engineering or support should be restricted. Generally the net benefit is well worth the potential risk introduced.
If you are worried about people stealing source code, invest in a DLP or CASB solution. If you are worried about ransom, don’t allow changes without PRs, implement a backup program and harden your endpoints. Not allowing people to do things that helps them understand the systems they work with is a recipe for shadow IT and promotes organizational silos.
Re: Ask HN: Anyone Replace Jira with GitHub Issues?
#16I guess one question is, why don't you want people to have read access to the code? IMHO if they aren't trustworthy to view code, they probably aren't trustworthy to be submitting tickets (or employed in any other roles in the org as well). To actually answer your question, you can have projects that span multiple repos, but you can't have repos that only have permissions for issues. In my org, we have a few differen…
Re: Ask HN: Anyone Replace Jira with GitHub Issues?
#17what's your underlying motivation to eliminate jira & notion?
Among others, regulatory reasons can mean Jira is not an option (medical, financial, export controls etc). They removed their self-hosted version a while ago, and their "data center" version is a $42,000 _minimum_.
There should be plenty of open source alternatives, and the times are really bad now to justify expenses like this.
Re: Ask HN: Anyone Replace Jira with GitHub Issues?
#18Re: Ask HN: Anyone Replace Jira with GitHub Issues?
#19I guess one question is, why don't you want people to have read access to the code? IMHO if they aren't trustworthy to view code, they probably aren't trustworthy to be submitting tickets (or employed in any other roles in the org as well). To actually answer your question, you can have projects that span multiple repos, but you can't have repos that only have permissions for issues. In my org, we have a few differen…