Try using this SQL
select userassociation.CREATED , userassociation.SOURCE_NAME , jiraissue.issuenum from userassociation join jiraissue join project on jiraissue.PROJECT = project.ID on userassociation.SINK_NODE_ID = jiraissue.ID and userassociation.SINK_NODE_ENTITY = 'Issue' where project.pkey = '' --type projct key here and jiraissue.issuenum = 1 -- type issue number here
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.