Hi Team!
I'm looking for the project id in a team-managed project and I don't know how to.
In a Company-managed project I can view it in the Detail page, in the url, but where is it in team-managed projects?
I've explored the community posts, and I saw you can do a View Source on the Project Details page and then did a search for, but this is not a valid option for me.
Is there another way? Is this id available in a report or a layout?
Thank you for your help.
BR
Jose
Absolutely not.
If you put "reindex issue" on the end of a scripted field script, you will create an infinite loop and crash your Jira system.
It's not quite as simple as this, but you can imagine that your script is run every time an issue is re-indexed. Which means an index call would create an index call, which would create an index call, which would create an index call, which would create an index call .....
If your new field applies to existing data, then there's no choice but to run a re-index to get it calculated. If it's only for new or issues being updated, that's ok because create and edit do the indexing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.