Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5af0b52

Browse files
committed
Fixes
1 parent feb5dee commit 5af0b52

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

_posts/2015-05-10-can-github-replace-jira.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,19 @@ Let's talk about JIRA, because I'm most annoyed at this tool (urgh, the inline e
1414
3. Linked Issues (is blocked by, relates to, clones)
1515
4. Story Points
1616

17-
Let's also not forget how github.com can do the rest of what JIRA does:
17+
Let's also not forget that github.com can do the rest of what JIRA does:
1818

1919
| JIRA | GITHUB |
2020
|--------------------------------------- |--------------------------------------- |
2121
| Sprints | Milestones |
2222
| Issues, Assignee, Labels, Description | Issues, Assignee, Labels, Description |
2323
| Fix Version | `Fixes/Resolves #12345` |
2424

25-
For 1 - 4, I don't think Github will likely add any feature that somehow supports this kind of extra data, nor do I believe they should. So I resort to a simple hack: *how about **an API that persists data** for 1 - 4, and **a browser extension** that does all the talking to this API (which - of course - is triggered whenever you're on a Github) and **displays relevant pieces of info right on your current issue page**?*
25+
For 1 - 4, I don't think Github will likely add any feature that somehow supports this kind of extra data, nor do I believe they should. So I resort to a simple hack:
2626

27-
OK, not so simple, giving it my second thought. This flow might bump more sense:
27+
> how about **an API that persists data** for 1 - 4, and **a browser extension** that does all the talking to this API (which - of course - is triggered whenever you're on Github) and **displays relevant pieces of info right on your current issue page**?
28+
29+
OK, not so simple, after giving it my second thought. This flow might bump more sense:
2830

2931
![](https://s3.amazonaws.com/f.cl.ly/items/3d0y022E1k1y3y1G423z/Untitled.png)
3032

0 commit comments

Comments
 (0)