At 04:12 PM 8/15/2005, Cedric wrote:
1. What's in the file "sensor.ikayzojira.jar"? Why Ikayzo needs a special
jar file?
Off hand, Ikayzo needs a special sensor because their Jira installation
does not have a workspaces field. I can check later if that is the only
difference.
2. In bean shell project jira sensor ant script, there are the
following variables:
projectPrefix=BSH
workspace=/home/jira/beanshell
defaultUser=pat
One of the jira sensor data is:
tstamp = Fri Aug 12 12:24:07 JST 2005
tool = Jira
runtime = 1123817047467
id = BSH-1
summary = Remove System.out/error messages w/ *.java classes
tye = Bug
priority= Major
status = Open
caeationDate=1119536346000
worksapces=/home/jira/beanshell
data=link=http://beanshell.ikayzo.org/bugs/browse/BSH-1,reporter=furashgf
Q1: It seems that "projectPrefix=BSH" is not used. Why do we need it?
I believe that it is used and is very important for the Jira extractor
portion of the sensor. First the sensor downloads the XML version of
issue, then reads in the xml files. The projectPrefix is required to be
able to download the XML version of the issue.
Q2: "workspace=/home/jira/beanshell": My understanding is that we can
specify anything here, and it will go into the "workspaces" field of the
sensor data. Am I right?
Right.
Q3: "defaultUser=pat": We have usermaps.xml. Do this entry means that if a
user is not in the user map, then the issue will be send to pat's account?
Right again.