I can use WorkflowManager to drill down to get post functions and validators. However, the last thing I can see is something like this
FIELD_SCRIPT_FILE_OR_SCRIPT = YCFgeyJzY3JpcHQiOm51bG....
How do I "decode" that part?
If I use workflow export to xml, it shows the same thing. Is there a way to export with the "decoded" data?
Thanks,
Hi Ha,
You will need to look that up in the app you are using for your workflows.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The script and the code would be found in the app that you are using that is connected to your workflows. Something like ScriptRunner or JSU.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
oh. Sorry, I wasn't clear about my intention here. I know where to find the scripts on the server, as well as the in-line scripts from jira UI. Though, that is time-consuming when I need to search for something specific. I like to have a way to get all the info in one shot. The groovy WorkflowManager leads me half way there. I will get what I want if I can figure out the way to translate those funky YCFgeyJzY3JpcHQiOm51bG....text to the real code.
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.