Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

...

Kodeblok
Apr  5 05:00:01 myserver: CRON[1563]: (jira) CMD (/opt/jira-cron/jiraTransitionIssue.sh HOMEPAGE-2467 >> /opt/jira-cron/jiraTransitionIssue.log 2>&1)


Issue Key Extraction

I have seen problems with the line:

Kodeblok
 issueKey=`echo $issue | awk '{print $1}' | sed 's/,//g'`

giving back

Kodeblok
"SAMPLES-125""10501""SAMPLES""Repeatable

instead of an expected:

Kodeblok
SAMPLES-125

Problably a CLI version dependancy, change it to:

...

 

FIELD and STATE variables in the script files

...