I currently have a confluence page that has a date display field. When a user updates this field, I go and manually update an associated jira ticket's custom field(of date type) to match the date that was updated in the confluence.
Is there a way I can directly display the jira issue's custom date field directly on the confluence page so that when the user updates the field on the page, the jira issue's date field is getting updated? Any suggestions would be appreciated.
Hi @[deleted] ,
unfortunately you can't do that without writing code. In particular you should implement a custom listener on confluence that use JIRA REST API in order to update all tickets displayed on your page.
More information about how-to implement a listener is available here https://developer.atlassian.com/server/confluence/writing-an-event-listener-plugin-module/
Ciao,
Fabio
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.
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.