jira-plugin

XPathFactoryImpl not found error (using myBatis)

风流意气都作罢 提交于 2019-12-01 04:24:36
问题 Using myBatis standAlone (Atlassian jira plugin(OSGi) environmnent) The following error has occurred. [INFO] [talledLocalContainer] org.apache.ibatis.exceptions.PersistenceException: [INFO] [talledLocalContainer] ### Error building SqlSession. [INFO] [talledLocalContainer] ### Cause: java.lang.RuntimeException: XPathFactory#newInstance() failed to create an XPathFactory for the default o bject model: http://java.sun.com/jaxp/xpath/dom with the XPathFactoryConfigurationException: javax.xml

Configuring the Atlassian JIRA plugin to work with Jenkins CI system

不羁的心 提交于 2019-11-30 20:31:49
I am trying to configure the JIRA plugin with Jenkins but I am receiving the error "This is a valid URL but it doesn't look like JIRA". I am trying to connect to my company installation of JIRA studio which is http://[company].jira.com and I know this URL is correct as I have several projects using it successfully. Is there some setting I should enable in JIRA studio for this to work? I had a similar issue and fixed it by setting our JIRA studio Title to "Atlassian JIRA". You can change it by going to admin->general->account->account name->(change) The plugin looks for one (or both) of those

How do I save a value into a custom field in JIRA programmatically?

[亡魂溺海] 提交于 2019-11-29 07:16:26
问题 I've spent days trying to find out how to save or update a value into a CustomField programmatically and finally found out how it's done. So I'll make this a question and then answer it as I would have loved to have this question and answer. There is conflicting documentation on how to save or update a value for a Custom Field in JIRA. I was using: customField.setCustomFieldValue(CustomField, value); This does not save the value into the database but it does update the value as far as I can