facing issue while Integrating JIRA GREENHOPER WITH PERFORCE USING P4DTG..!!

pavan kumar February 28, 2013

Hi

I'm working on integrating JIRA+GREENHOPPER With PERFORCE Using its Plugin "P4DTG".

Everything going good with jira.

While i change a issue in greenhopper to done its not updated.

Can i get any help.

1 answer

1 accepted

1 vote
Answer accepted
pavan kumar March 4, 2013

Hi,

While Configuration of P4dtg with Jira need to make mapping. it works fine.

Once you install Greenhopper few new config values get added like:

Type: Technical Task, Epic, Stroy; these need to added in p4jobspec. and map using p4dtg-config.

Status: ToDo,Done,Closed-Done,Resolved-Done; These should be added in P4jobpec and mapping shloud be done in using p4dtg-config.

After that i faced a problem where in GreenHopper i change the state to Done; Its not reflected to Perforce; Still i Inprogress and Error in DTG_ERROR: Missing the Status;

From Log i came to know that Atlassian GreenHopper is change state to Done/Done; Which is not present in Perforce Jobspec or mapping.

I have made changes manually by editing map_P4_DTG.xml file

adding below line in <DtsToScmRules> section:

<CopyMap

value1="Done/Done"

value2="Done-Done" />

Then i have added Status Done-Done in P4 jobspec file;
From now you cant edit the mapping from P4DTG-CONFIG, it should be doen manually.
made start the replication.
now able to see a transaction State Done-Done.

Suggest an answer

Log in or Sign up to answer