Hi,
I would like to change the script I did here: https://answers.atlassian.com/questions/149977/read-value-from-customfield to a plugin( or whatever it's caller in this case), so it's easier to add it as a condition.
What I have:
What I want is this:
So what are the possibilities to do this?
If you create a workflow condition module then it will be available to be added to the workflow.
Ok, so I want to test this example, but somehow eclipse doesn't import the com.atlassian.jira.issue.IssueImpl. I already tried this and used atlassian-jira-5.0.6-source.zip. But this zip doesn't include IssueImpl. As I don't want to download every .zip-file from atlassian-downloads and find out which one includes IssueImpl could someone tell me which one include it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should ask a new question, or maybe just implement your condition as a built-in script, like all the built-in scripts do, then it can take parameters and so on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You'd need to write a full-blown plugin/addon to do this, which pretty much means you don't need the script-runner to do it any more!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok. But how do I add this plugin to the condition window?
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.