Kaamelot JIRA Build Kit

Kaamelot Build Kit is released ...

Labels

jira jira Delete
builder builder Delete
kaamelot kaamelot Delete
plugin plugin Delete
i18n i18n Delete
settings settings Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Jan 31, 2008

    Jonathan Belisle says:

    Hi My Name is Jonathan Belisle from VDL2.ca  and we recently bought a JIRA ...

    Hi My Name is Jonathan Belisle from VDL2.ca  and we recently bought a JIRA licenseand Installed the Kamelot Plugin.

    I am having a hard time finding information on How to generate a very simple report.  I cannot find or Understand your Confluence Forum Navigation....where can I ask specific instructions to resolve my Simple request.

    I need to create a kamelot reports of containing all of the following data:

    1. Every Tasks (by departments)
    2. Worked Hours (on a specifc time interval)
    3. Client (by projects)
    4. Facultative field (we have a field that mention if the task is billable or not - we need to show this in the report). 

    http://developer.atlassian.com/jira/secure/ConfigureReport\!default.jspa?selectedProjectId=10078&reportKey=com.atlassian.jira.plugin.system.reports:time-tracking 

    1. Feb 01, 2008

      Vincent Thoulé says:

      Hi Jonathan, 1. Your request should be done on Kaamelot or directly on Issue tr...

      Hi Jonathan,

      1. Your request should be done on Kaamelot or directly on Issue tracker.

      2. For a report containing Task(Issues), Worked Hours and Client (Project), you may use a Workload Report (Issue).
      You will have to select all required criteria (for agregation and for filtering)
      The generated URL would be something like :
      http://yourDomain/jira/secure/ConfigureReport.jspa?reportId=PR,IS&startDate=01%2F02%2F2008&endDate=29%2F02%2F2008&projectId=10000&unitType=2&showKey=yes&showSummary=yes&selectedProjectId=10000&reportKey=jira.plugin.kaamelot.core%3Aworkload-issue

      Passed parameters are :

      • Agregation Criteria
        • reportId=PR,IS
          Possible values are defined here
      • Filtering Criteria
        • startDate=01/02/2008
        • endDate=29/02/2008
        • projectId=10000
      • Rendering Criteria
        • unitType=2
          Possible values are 1=Day Fraction and 2=JIRA mode (9w 9d 9m 9s)
        • showSummary=yes
        • reportKey=jira.plugin.kaamelot.core:workload-issue

      3. Currently, I do not try to manage Customfields through a generic way. For other agregation criteria, you will have to implement them yourself in your own plugin ...
      Follow the steps described in KAAM-107

      Rgds
      Vincent

  2. Feb 06, 2008

    Vincent Thoulé says:

    Kaamelot JIRA Build Kit 1.0 is available. A sample implementation is provided : ...

    Kaamelot JIRA Build Kit 1.0 is available.
    A sample implementation is provided : jira-kaamelot-3.10.1.0.
    It is configured in order to build a JIRA 3.10.2 with Kaamelot 3.10.1.21 on Tomcat and MySQL.

    Give me returns.
    Vincent

  3. Jul 14

    Terry Bell says:

    When trying to build with the latest version of Jira, I am running into the foll...

    When trying to build with the latest version of Jira, I am running into the following issue:

    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Failed to resolve artifact.
    
    Missing:
    ----------
    1) com.atlassian:atlassian-jira-parent:pom:3.12
      Path to dependency: 
            1) fr.kaamelot.atlassian.jira:jira-kaamelot:pom:3.12.1.1
            2) fr.kaamelot.atlassian.jira:jira-plugin-kaamelot-core:jar:3.12.1.22
            3) com.atlassian:atlassian-jira-parent:pom:3.12
    
    ----------
    1 required artifact is missing.
    
    for artifact: 
      fr.kaamelot.atlassian.jira:jira-kaamelot:pom:3.12.1.1
    
    from the specified remote repositories:
      kaamelot.fr.free.fr.snapshot (http://kaamelot.fr.free.fr/repository/m2.snapshot),
      scm.selkirksystems.com-releases (http://scm.selkirksystems.com/artifactory/repo),
      kaamelot (http://kaamelot.fr.free.fr/repository/m2),
      kaamelot.fr.free.fr (http://kaamelot.fr.free.fr/repository/m2),
      snapshots (http://scm.selkirksystems.com/artifactory/repo)

    I was wondering if maybe I missed something in my pom file, or if the structure of the tar.gz version of the jira project has changed so when I installed it into my local repo, it had the wrong structure. I unpackaged and re-zipped the tar.gz, and updated the version as part of the install

    1. Jul 15

      Vincent Thoulé says:

      Hi Terry, The com.atlassian:atlassianjiraparent:pom:3.12 is not deployed on the...

      Hi Terry,

      The com.atlassian:atlassian-jira-parent:pom:3.12 is not deployed on the Kaamelot repository.
      It is available in Atlassian Subversion

      Gves me more details on "The wrong structure" you mentionned;

      You have to exprt it to you environment, build it and install/deploy it to you repository
      Note that :

      • I am currently developping Kaamelot on JIRA 3.10.2,
      • I perform validation on 3.12.1 only just before delivery of new Kaamelot release
      • I do not have yet made verification against the last release of JIRA
      • I think that I will change my Developpement only for JIRA 4.0

      Rgds
      Vincent