Hi,
I am trying to use the Project Configurator addon and it is throwing the attached error.
I need to know how to find the status name from the status id given in the attached screenshot. After getting the status name, I will then try adding that status in the system and see if it solves the issue when I try to export the project.
If you click Edit, a modal pops up, and the URL does not change. Any better way to do this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Right click and open the link in a new tab, that will show the ID in the URL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This doesn't work on the latest version of JIRA, thanks to there unnecessary change to the UI
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.
If you have access to the JIRA database you may run this query:
select pname, id from issuestatus where id = '10079'
That syntax worked on my PostgreSQL db.
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.