Hello together
During issue closing, a custom mail is sent to specific user. Since the ticket is not only closed by assignee person. I would like to have in mail exact name of user who is performing the transition. The following mail content is currently working:
Hallo zusammen
Der IT-Security-Incident <b>${issue.getAsString("Key")}</b> mit der Bezeichnung <b>${issue.getAsString("Summary")}</b> wurde abgeschlossen.
Beste Grüsse
${issue.get("Assignee")?.displayName} (${issue.getAsString("Assignee")})
Depends on what you expect to use staging for.
If it's for performance tests, failovers, hardware changes etc, then yes, you should get as close as possible to production. If it's for testing changes to config inside the applications, then you can be a lot more relaxed about the exact spec - your main use is not that hardware bound. I've seen places with three - production, system staging (doubled as the failover system, and used for testing massive system level change), and config staging, running on something totally different!
It depends on your goals. If you plan to do performance or load testing then yes.
But otherwise, you can have a less powerful system for non-production. This is how I usually do things.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.