forked from jenkinsci/jira-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
JIRA plugin idea.txt
32 lines (26 loc) · 1.5 KB
/
JIRA plugin idea.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
track back support. hudson should support track backs
http://www.atlassian.com/software/jira/docs/v3.7.4/trackback.html
needs to find out how it works.
use listeners to monitor comments that have links?
IssueEventListener
http://www.atlassian.com/software/jira/docs/v3.7.4/listeners.html
SOAP-based remote access (done)
http://confluence.atlassian.com/display/JIRA/Creating+a+SOAP+Client
http://localhost:90/rpc/soap/jirasoapservice-v2?wsdl
perhaps add a tab to issue, listing related builds?
see how CVS integration does it:
http://www.atlassian.com/software/jira/docs/v3.7.4/images/docs/config/cvs_integration-versioncontrol.png
or see how Subversion integration works:
http://svn.atlassian.com/svn/public/contrib/jira/subversion-jira-plugin/trunk/
https://issues.apache.org/jira/browse/IO-113?page=com.atlassian.jira.plugin.ext.subversion:subversion-commits-tabpanel
Jira Wiki formatting rules:
http://localhost:90/secure/WikiRendererHelpAction.jspa?section=texteffects
Jira Support for Workflow Actions
- you can have multiple separated workflows in you jira installation
http://www.atlassian.com/software/jira/tour/workflow.jsp
- issues has binding to one workflow
- workflow steps has one or more transition actions to go to another workflow step
- workflow actions can have role bindings
- every workflow action has a unique id
- workflow actions has binded "actions fields" that be shown as a subscreen if you call the action
- this action fields can be optional or required