Hi,
I would like to separate a script between Structure screen and the other screens.
So, I need the full url address to check whether the string "StructureBoard" is included inside.
Thanks,
Daniel
Hi Daniel,
Would it be possible to elaborate, where and how the script is being run? If you could provide a more detailed use case, we may be able to suggest a solution.
Regards,
Egor Tasa
ALM Works
Hi @Dan27,
I think this can be helpful for you:
def thr = Thread.currentThread()
log.error(thr)
This is an example of the output:
Thread[http-nio-8080-exec-9 url:/jira/rest/scriptrunner/latest/user/exec/ username:admin ,5,main]
Can you try this?
Cheers,
Adrián.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks , this is the output:
Thread[https-jsse-nio-8080-exec-18,5,main]
Do you have another idea ..?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry @Dan27 I don't have more ideas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.