Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example for SQL Data Source

JNDI : jiraDSNote: Set the JNDI as described here .

SQL Initial Script

Code Block
select vname from projectversion;

...