1.

If you automate certain tasks in JIRA with help of scripting, then they stop working in different environments due to change of IDs. What is a reliable solution to fix this problem?

Answer»

The BEST solution is to reference objects USING names instead of ID. If this cannot be done then, we have to make the IDs same across environments. This can be achieved by following these STEPS:

  1. CHANGE the DEV environment as per your need and IDs
  2. Finalize the script
  3. Use project configurator and transfer these changes to PROD
  4. Copy PROD DB to DEV


Discussion

No Comment Found