You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/03/03 13:20:45 UTC

[GitHub] WillemJiang closed pull request #38: [SCB-349] add document about how to use JIRA

WillemJiang closed pull request #38: [SCB-349] add document about how to use JIRA
URL: https://github.com/apache/incubator-servicecomb-website/pull/38
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/_data/navigation.yml b/_data/navigation.yml
index 48e8573..843a0eb 100755
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -119,6 +119,8 @@ t:
         url: /developers/setup-develop-environment/
       - title: "Code Submit Guide"
         url: /developers/submit-codes/
+      - title: "Howto Use JIRA"
+        url: /developers/use-jira/
       - title: "Set Up Write Access for Committer"
         url: /developers/setup-committer-rights/
 
@@ -251,6 +253,8 @@ t:
         url: /cn/developers/setup-develop-environment/
       - title: "??????"
         url: /cn/developers/submit-codes/
+      - title: "JIRA????"
+        url: /cn/developers/use-jira/
       - title: "?????????"
         url: /cn/developers/setup-committer-rights/
     
diff --git a/_developers/cn/use-jira.md b/_developers/cn/use-jira.md
new file mode 100644
index 0000000..f1cc961
--- /dev/null
+++ b/_developers/cn/use-jira.md
@@ -0,0 +1,41 @@
+---
+title: "JIRA????"
+lang: cn 
+ref: use-jira
+permalink: /cn/developers/use-jira/
+excerpt: "?? ServiceComb ????JIRA"
+last_modified_at: 2018-02-28T11:26:43-20:46
+---
+
+{% include toc %}
+
+## JIRA????
+??JIRA?Atlassian?????????????????????????????????????????????????????????????ServiceComb??JIRA??????????????????ServiceComb??????????JIRA?
+
+## ??????JIRA
+?????????[JIRA????](https://issues.apache.org/jira/secure/Signup!default.jspa)???????????????????????????????[ServiceComb??](https://issues.apache.org/jira/projects/SCB/)
+
+## ??issues
+?	???JIRA????????Kanban, Releases, Reports, Issues, Components. Kanban???????????????????73 To Do??????????3 In Progress??????????79 Done???????????SCB?ServiceComb??????????????????????????
+
+![](/assets/images/kanban.png){: .align-center}
+
+?	???????Issues???????????????????????????????View all issues and filters????????????????????????????????????????Advanced???????????
+
+![](/assets/images/filter.png){: .align-center}
+
+## ??issue
+
+?	??Create??????issue??????????issue?????Task, Bug, Feature, Improvement????????Summary???????issue?????????????Description??????????????ServiceComb???????????Java Chassis, Saga, Service-Center?website?????issue???????????Component???issue????????
+
+![](/assets/images/issue.png){: .align-center}
+
+?	???issue????issue??????????Start Progress???????Resolve Issue?Close Issue???????
+
+![](/assets/images/progress.png){: .align-center}
+
+?	?????????issue?????????PR?title??issue?SCB?????????[SCB-327]
+
+![](/assets/images/pr.png){: .align-center}
+
+?	JIRA?????????[????](https://confluence.atlassian.com/jiracoreserver076/getting-started-as-a-user-945112029.html)?
diff --git a/_developers/use-jira.md b/_developers/use-jira.md
new file mode 100644
index 0000000..1e2394f
--- /dev/null
+++ b/_developers/use-jira.md
@@ -0,0 +1,41 @@
+---
+title: "Howto Use JIRA"
+lang: en
+ref: use-jira
+permalink: /developers/use-jira/
+excerpt: "Howto use JIRA"
+last_modified_at: 2018-02-28T11:26:43-20:46
+---
+
+{% include toc %}
+
+## JIRA????
+??JIRA?Atlassian?????????????????????????????????????????????????????????????ServiceComb??JIRA??????????????????ServiceComb??????????JIRA?
+
+## ??????JIRA
+?????????[JIRA????](https://issues.apache.org/jira/secure/Signup!default.jspa)???????????????????????????????[ServiceComb??](https://issues.apache.org/jira/projects/SCB/)
+
+## ??issues
+?	???JIRA????????Kanban, Releases, Reports, Issues, Components. Kanban???????????????????73 To Do??????????3 In Progress??????????79 Done???????????SCB?ServiceComb??????????????????????????
+
+![](/assets/images/kanban.png){: .align-center}
+
+?	???????Issues???????????????????????????????View all issues and filters????????????????????????????????????????Advanced???????????
+
+![](/assets/images/filter.png){: .align-center}
+
+## ??issue
+
+?	??Create??????issue??????????issue?????Task, Bug, Feature, Improvement????????Summary???????issue?????????????Description??????????????ServiceComb???????????Java Chassis, Saga, Service-Center?website?????issue???????????Component???issue????????
+
+![](/assets/images/issue.png){: .align-center}
+
+?	???issue????issue??????????Start Progress???????Resolve Issue?Close Issue???????
+
+![](/assets/images/progress.png){: .align-center}
+
+?	?????????issue?????????PR?title??issue?SCB?????????[SCB-327]
+
+![](/assets/images/pr.png){: .align-center}
+
+?	JIRA?????????[????](https://confluence.atlassian.com/jiracoreserver076/getting-started-as-a-user-945112029.html)?
diff --git a/assets/images/components.png b/assets/images/components.png
new file mode 100644
index 0000000..f40154d
Binary files /dev/null and b/assets/images/components.png differ
diff --git a/assets/images/filter.png b/assets/images/filter.png
new file mode 100644
index 0000000..6ec2df2
Binary files /dev/null and b/assets/images/filter.png differ
diff --git a/assets/images/issue.png b/assets/images/issue.png
new file mode 100644
index 0000000..72a4152
Binary files /dev/null and b/assets/images/issue.png differ
diff --git a/assets/images/kanban.png b/assets/images/kanban.png
new file mode 100644
index 0000000..4aa3435
Binary files /dev/null and b/assets/images/kanban.png differ
diff --git a/assets/images/pr.png b/assets/images/pr.png
new file mode 100644
index 0000000..236de65
Binary files /dev/null and b/assets/images/pr.png differ
diff --git a/assets/images/progress.png b/assets/images/progress.png
new file mode 100644
index 0000000..ce991c1
Binary files /dev/null and b/assets/images/progress.png differ
diff --git a/assets/images/sign-up.png b/assets/images/sign-up.png
new file mode 100644
index 0000000..977c6b8
Binary files /dev/null and b/assets/images/sign-up.png differ


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services