I need this script to only run if the issuetype is Story. (for right now Bug because I don't have Grasshopper installed)
I have tried " issue.getIssueTypeObject().getType() " but that either returns "Standard" or "Sub-Task"
Then I used
def fieldMang = ComponentAccessor.getFieldManager()
def field = fieldMang.getField("issuetype")
but field doesn't seem to have any methods to get the value from it, and I can't find a method in FieldManager that handles returning a value if you know the issue.
try issue.getIssueTypeObject().getName()
I did not see that method in the API. Thank you for pointing it out.
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.