Versioner sammenlignet

Nøgle

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

...

You can add html on the Jira Screen (use the Developer mode or look at the workflow i Jira to find Transaction Ids):

Kodeblok
<style>
/* Close */
#action_id_251 {background-color: #ff0000; color: #ffffff}
/* Candel */
#action_id_201 {background-color: #ff0000; color: #ffffff}
/* Submit */
#action_id_11 {background-color: #00ff00; color: #000000}
#action_id_381 {background-color: #00ff00; color: #000000}
/* Start Deployment */
#action_id_311 {background-color: #00ff00; color: #000000}
/* Decline */
#action_id_21 {background-color: #00ff00; color: #000000}
</style>

...