Is it possible to point a subdomain of my company to the Confluence Questions section of our regular Confluence instance? As an example, this is what I want to do:
When I type "http://answers.mycompany.com", I am redirected to "http://confluence.mycompany.com/questions".
Would a simple rewrite or redirect rule work?
A simple scripted condition should work for you:
cfValues['Environment'].value == 'QA2' && cfValues['Test Phase'].value == 'Hot Fix'
Regardless of the manner in which those fields might get updated, if the correct value is in place, the transition button will appear. Otherwise, there will be no button.
I am unable to see the transition Ready to build transition on the screen despite adding scripted condition on the Ready to build hot fix transition
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Don't forget to add ".value" after cfValues['field name'] when the field is a single select.
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.