Hi Community,
I'm struggling to find how you associate story points to a user story that has been created in a Next-Gen Scrum Board.
Can somebody please assist me?
Thanks
Mike
Jira doesn't do field security. There is a plugin which I think solves it, but you can't install it in OnDemand (yet), and the only other fix here is "changing code", which you can't do to OnDemand installs either.
The best you could do is try to hide it with javascript (easy to get around, the data is still on the page, but most end-users won't bother to make the effort to get around it).
I'm afraid my javascript is weak - I know you can bury it in the description of a custom field and use a simple "hide" type call to hit part of the page with a known id (it'll be something like id="assignee"), but I don't know how to extract the information you'd need about the current user.
so basically what you are trying to say is that i have to create a custom field, through it on the page, write a javascript in the custom field description to hide the custom field and the "assignee" field on the page ...
the problem that i want to hide the "assignee" field for some users (client) and make it appear for others (team leaders, developers...etc)
any other ideas ?!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Um, yes, that's what I just said.
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.