InterviewSolution
Saved Bookmarks
| 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: |
|