Hi,
We're trying to developp a liferay portlet which create the issue creation form of JIRA.
So we don't know how get fields for a specific project and issue type. Is there a JIRA method to get them (including customs fields) ?
Thanks.
Community moderators have prevented the ability to post new answers.
Are you using the Rest API to create the JIRA issues? If so, you could probably borrow most of the code from the Confluence-JIRA connector. This is the connector in Confluence that allows you to create JIRA issues.
I recently fixed an issue with this handling custom required fields.
The downside is that for some reason in Confluence 3.5.x the code wasn't included in the source download but if you have a commercial license they will send it to you, (I think it was just an oversight bundling the source)
btw, as far as I can tell the Confluence connector code isn't using the REST api for issue creation. Its using some jspa url, as I recall. Pretty sure the core REST api doesn't support issue creation at this time, or it didn't last month when I looked into it.
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.