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.
Hi Ramiro. Thank you for attention. But i wish the issue type screen that not associated to any project :/
i have this SQL, but it associated to one project
--issue type por projeto
SELECT IT.id, IT.pname
FROM configurationcontext CC
LEFT OUTER JOIN optionconfiguration OC ON OC.fieldconfig = CC.fieldconfigscheme
LEFT OUTER JOIN issuetype IT ON IT.id = OC.optionid
WHERE CC.project = 10000
and my goal is get the issuetypes of a specific issuetypescreen, and this issuetypescreen does not associated to any project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ramiro. Thank you for attention. But i wish the issue type screen that not associated to any project :/
i have this SQL, but it associated to one project
--issue type por projeto
SELECT IT.id, IT.pname
FROM configurationcontext CC
LEFT OUTER JOIN optionconfiguration OC ON OC.fieldconfig = CC.fieldconfigscheme
LEFT OUTER JOIN issuetype IT ON IT.id = OC.optionid
WHERE CC.project = 10000
and my goal is get the issuetypes of a specific issuetypescreen, and this issuetypescreen does not associated to any project.
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.
Hi Cláudia if I understand correctly you have to go to Admin Section then Issue Types Schemes... There you will see what issue type are being used in what projects.
Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
no. i'm sorry. my goal is get the issue types throug SQL command :/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i created an issue type screen with many issuetypes that i need, not for associate a project... i need these issetypes to use in another application that i'm creating.
do you understand?
thanks :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not sure I understand your question properly. I think down the line you want to know which issue types are not being used in any of your projects, the issue type screens in this case are not really relevant. Could you formulate your question differently and in more detail?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i created an issue type screen with many issuetypes that i need, not for associate a project... i need these issetypes to use in another application that i'm creating.
but yes, i wish the issue types are not being used in any of your projects :)
do you understand?
thanks :)
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.